From b9de85b76cb0ab76fbec4fefc13d41d739a4cddb Mon Sep 17 00:00:00 2001 From: Rainer Kordmaa Date: Sat, 12 Nov 2022 19:00:55 +0200 Subject: [PATCH] build fixes --- background_installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/background_installer.sh b/background_installer.sh index 6c44cee..12ef97b 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -102,10 +102,10 @@ function install_all_libs { echo "[EtherCAT]" cd utils/ethercat_src mkdir -p build - cmake -S . -B build/ - cmake --build build/ + sudo cmake -S . -B build/ + sudo cmake --build build/ sudo cmake --install build/ - sudo /sbin/ldconfig -v + sudo /sbin/ldconfig -v | grep ethercat cd ../.. echo ""