Almost ready

This commit is contained in:
MathuSum Mut
2018-11-04 18:46:30 +01:00
parent 099a4afd37
commit 3adb90ece1
4 changed files with 17 additions and 10 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/bash
cd ../..
git pull
currentDir=$PWD
cd /usr/share/zetaglest
cd mk/linux
mkdir build
cd build
mkdir data
cd data
git pull
cd $currentDir
cd ../..

View File

@@ -4,10 +4,12 @@
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
currentDir=$PWD
cd /usr/share
git clone https://github.com/ZetaGlest/zetaglest-data.git zetaglest
cd $currentDir
mkdir build
cd build
git clone https://github.com/ZetaGlest/zetaglest-data.git data
cd ..
./pull.sh
./build-zg.sh
chmod -R 777 build/
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then
chmod -R 777 build/
fi

View File

@@ -1,4 +1,6 @@
#!/bin/bash
export DBUS_FATAL_WARNINGS=0
unset XMODIFIERS
./build/zetaglest
cd build
./zetaglest
cd ..

View File

@@ -1 +1 @@
DataPath=/usr/share/zetaglest/
DataPath=./data/