Test build-zg fix

This commit is contained in:
mathusummut
2018-11-04 00:14:51 +01:00
parent 0cfe7e81d1
commit 9e8483bb24
2 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
# 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+
./setupBuildDeps.sh
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# #
# Configuration section # Configuration section
@@ -318,12 +320,13 @@ else
echo 'ERROR: MAKE failed.' >&2; exit 2 echo 'ERROR: MAKE failed.' >&2; exit 2
fi fi
git clone https://github.com/ZetaGlest/zetaglest-data.git
cd .. cd ..
echo '' echo ''
echo 'BUILD COMPLETE.' echo 'BUILD COMPLETE.'
echo '' echo ''
echo 'To launch ZetaGlest from the current directory, use:' echo 'To launch ZetaGlest from the current directory, use:'
echo ' ./zetaglest' echo ' ./build/zetaglest'
#echo 'Or change into mk/linux and run it from there:' #echo 'Or change into mk/linux and run it from there:'
#echo ' ./zetaglest --ini-path=./ --data-path=./' #echo ' ./zetaglest --ini-path=./ --data-path=./'
fi fi

View File

@@ -2,7 +2,7 @@
# #
# Functions shared by several scripts # Functions shared by several scripts
# #
# Copyright (c) 2013-2016 MegaGlest Team under GNU GPL v3.0+ # Copyright (c) 2013-2018 ZetaGlest Team under GNU GPL v3.0+
function detect_system { function detect_system {
# Determine distro title, release, codename # Determine distro title, release, codename