aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-03 21:59:43 +0000
committereschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-03 21:59:43 +0000
commitad3cab650c4aeddbe52cb3cda196517103224452 (patch)
tree925f40a7ae6c4872ccce704d7d03ccb1f188d4b9
parenta4b237e8f20c7e2d8af8f233b16ac92f9146f8e3 (diff)
Create correct directories
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@65 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-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}