From caa56a79831bb789796bd8e27330026426f93a8d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 17 Dec 2011 20:04:57 +0100 Subject: [PATCH] why not have same logic on Linux too --- misc/tools/rsync-updater/update-xonotic.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" -- 2.39.5