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
cd $currentDir
bash ./build-nodeps.sh
cd $currentDir