From: Rudolf Polzer Date: Sat, 17 Dec 2011 19:04:57 +0000 (+0100) Subject: why not have same logic on Linux too X-Git-Tag: xonotic-v0.6.0~32^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=caa56a79831bb789796bd8e27330026426f93a8d;p=xonotic%2Fxonotic.git why not have same logic on Linux too --- diff --git a/misc/tools/rsync-updater/update-xonotic.sh b/misc/tools/rsync-updater/update-xonotic.sh index 095e2a6f..d34c7e34 100755 --- a/misc/tools/rsync-updater/update-xonotic.sh +++ b/misc/tools/rsync-updater/update-xonotic.sh @@ -62,8 +62,10 @@ case `uname`:`uname -m` in excludes="$excludes --exclude=/Xonotic*.app" excludes="$excludes --exclude=/xonotic-osx-*" excludes="$excludes --exclude=/fteqcc/fteqcc.osx" - excludes="$excludes --exclude=/xonotic-linux32-*" - excludes="$excludes --exclude=/fteqcc/fteqcc.linux32" + if [ -z "$XONOTIC_INCLUDE_32BIT" ]; then + excludes="$excludes --exclude=/xonotic-linux32-*" + excludes="$excludes --exclude=/fteqcc/fteqcc.linux32" + fi ;; Linux:i?86) excludes="$excludes --exclude=/Xonotic*.app"