]> git.lizzy.rs Git - metalua.git/blobdiff - src/make.sh
build inside metalua/build by default
[metalua.git] / src / make.sh
index 4d404648db97425113dd3b4b8d85112ea1267228..8de0e4fb18cfb0e012d347f1751dcd214aa584fb 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=/tmp/metalua-build
+  BUILD= $(cd ../build; pwd)
 fi
 
 if [ -z "${BUILD_BIN}" ]; then