mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
Updated build scripts
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
cd $currentDir
|
||||
bash ./build.sh
|
||||
cd $currentDir
|
||||
|
Reference in New Issue
Block a user