Updated build scripts

This commit is contained in:
MathuSum Mut
2019-02-03 18:10:39 +01:00
parent 7e7c91608a
commit 8ef686791f
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
currentDir=$PWD
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd $DIR
./build-deps.sh
bash ./build-deps.sh
echo
./build-nodeps.sh
bash ./build-nodeps.sh
cd $currentDir

View File

@@ -4,9 +4,9 @@ echo "Initializing Glest setup..."
currentDir=$PWD
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd $DIR
./clone-data.sh
bash ./clone-data.sh
echo
./pull.sh
bash ./pull.sh
echo
./build.sh
bash ./build.sh
cd $currentDir