mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 11:19:48 +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
|
||||
|
@@ -5,6 +5,8 @@
|
||||
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
||||
|
||||
echo "Initializing ZetaGlest setup..."
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd $DIR
|
||||
echo
|
||||
echo "Downloading game data..."
|
||||
mkdir build
|
||||
|
Reference in New Issue
Block a user