mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +02:00
Fixed linux permissions issue
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||||
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
||||||
|
|
||||||
|
currentDir=$PWD
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
|
cd $DIR
|
||||||
./build-deps.sh
|
./build-deps.sh
|
||||||
echo
|
echo
|
||||||
./build-zg-nodeps.sh
|
./build-zg-nodeps.sh
|
||||||
|
cd $currentDir
|
@@ -1,8 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo
|
echo
|
||||||
echo "Initializing ZetaGlest setup..."
|
echo "Initializing ZetaGlest setup..."
|
||||||
|
currentDir=$PWD
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
|
cd $DIR
|
||||||
./clone-data.sh
|
./clone-data.sh
|
||||||
echo
|
echo
|
||||||
./pull.sh
|
./pull.sh
|
||||||
echo
|
echo
|
||||||
./build-zg.sh
|
./build-zg.sh
|
||||||
|
cd $currentDir
|
Reference in New Issue
Block a user