moving to a better name than FEISTY_MEOW_GENERATED for chewed scripts folder. too...
[feisty_meow.git] / scripts / generator / bootstrap_build.sh
index 7a9e08c1fe57b951a79f1e851763a2f2381d4040..aae9470275219960b581380bb51da883b03d3aa8 100644 (file)
@@ -58,7 +58,7 @@ function prepare_binaries_dir()
   # we'll store binaries here from the bootstrap process.
   if [ ! -d "$CLAM_BINARY_DIR" ]; then
     echo "creating binary dir now in $CLAM_BINARY_DIR"
-    mkdir "$CLAM_BINARY_DIR"
+    mkdir -p "$CLAM_BINARY_DIR"
   fi
   if [ ! -f "$CLAM_BINARY_DIR/paths.ini" ]; then
     echo "copied paths.ini to binary dir."