]> git.lizzy.rs Git - metalua.git/blobdiff - src/make.sh
fixes suggested by D. M.
[metalua.git] / src / make.sh
index b6e52ab6a35685807c2586bfc9f6ce438d462cae..bf6cc343a62e8644803ff95c6cbd555e322569fd 100755 (executable)
@@ -9,7 +9,7 @@ BASE=${PWD}
 # Upon installation, everything will be moved to ${INSTALL_LIB} and ${INSTALL_BIN}
 
 if [ -z "${BUILD}" ]; then
-  BUILD= $(cd ../build; pwd)
+  BUILD=$(mkdir -p ../build; cd ../build; pwd)
 fi
 
 if [ -z "${BUILD_BIN}" ]; then