mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 04:01:47 +02:00
Fixed Linux build scripts
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo "Updating source code..."
|
||||
currentDir=$PWD
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd $DIR
|
||||
cd ../..
|
||||
git pull
|
||||
echo "Updating game data..."
|
||||
@@ -9,4 +12,4 @@ cd build
|
||||
mkdir data
|
||||
cd data
|
||||
git pull
|
||||
cd ../..
|
||||
cd $currentDir
|
||||
|
Reference in New Issue
Block a user