]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
why not have same logic on Linux too
authorRudolf Polzer <divverent@alientrap.org>
Sat, 17 Dec 2011 19:04:57 +0000 (20:04 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 17 Dec 2011 19:04:57 +0000 (20:04 +0100)
misc/tools/rsync-updater/update-xonotic.sh

index 095e2a6fd350d9e8f256ecbf14660bfc9d292c3d..d34c7e34842a28f9e100109cb701b88e5c9c6121 100755 (executable)
@@ -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"