]> git.lizzy.rs Git - metalua.git/commitdiff
build inside metalua/build by default
authorFabien Fleutot <metalua@gmail.com>
Wed, 25 Feb 2009 16:09:47 +0000 (17:09 +0100)
committerFabien Fleutot <metalua@gmail.com>
Wed, 25 Feb 2009 16:09:47 +0000 (17:09 +0100)
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