From f182c8de0c3e04e2929afb3632630c4b907428c1 Mon Sep 17 00:00:00 2001 From: Rainer Kordmaa Date: Sat, 12 Nov 2022 18:57:40 +0200 Subject: [PATCH] mkdir -p --- background_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_installer.sh b/background_installer.sh index f49110a..6c44cee 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -101,7 +101,7 @@ function install_all_libs { echo "" echo "[EtherCAT]" cd utils/ethercat_src - mkdir build + mkdir -p build cmake -S . -B build/ cmake --build build/ sudo cmake --install build/