aboutsummaryrefslogtreecommitdiff
path: root/src/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.sh')
-rwxr-xr-xsrc/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.sh b/src/build.sh
index 70e5a4f..0684eea 100755
--- a/src/build.sh
+++ b/src/build.sh
@@ -35,6 +35,7 @@ if echo '' ${ARFLAGS} | grep 64 > /dev/null 2>&1; then
fi
echo "LORENE: Preparing directory structure..."
+cd ${SCRATCH_BUILD}
mkdir build external done 2> /dev/null || true
rm -rf ${BUILD_DIR} ${INSTALL_DIR}
mkdir ${BUILD_DIR} ${INSTALL_DIR}