„install-xash3ds.sh“ ändern
This commit is contained in:
parent
2f02dd8ab2
commit
05255d9f71
1 changed files with 13 additions and 15 deletions
|
@ -9,8 +9,7 @@ metamod_url="https://github.com/mittorn/metamod-p/releases/download/1/metamod.so
|
|||
amxmod_url="http://www.amxmodx.org/release/amxmodx-$amxmod_version-base-linux.tar.gz"
|
||||
jk_botti_url="http://koti.kapsi.fi/jukivili/web/jk_botti/jk_botti-$jk_botti_version-release.tar.xz"
|
||||
|
||||
if [ ! -z "$1" ]
|
||||
then
|
||||
|
||||
if [ "$1" == "client" ]
|
||||
then
|
||||
CLIENT=true
|
||||
|
@ -24,7 +23,6 @@ then
|
|||
PACKAGES="build-essential ca-certificates cmake curl git gnupg2 g++-multilib lib32gcc1-s1 libstdc++6:i386 python unzip xz-utils zip"
|
||||
WAF_OPTION="-d"
|
||||
fi
|
||||
fi
|
||||
|
||||
XASH3D_BASEDIR=$(pwd)/build
|
||||
mkdir -p $XASH3D_BASEDIR/result
|
||||
|
|
Loading…
Reference in a new issue