]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
do not set +x on exe files
authorRudolf Polzer <divverent@alientrap.org>
Thu, 16 Sep 2010 09:42:48 +0000 (11:42 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 16 Sep 2010 09:42:48 +0000 (11:42 +0200)
all

diff --git a/all b/all
index b5b4ed1a402c921e24b53fd53ddeb5661bdc13e2..322764b8c9df4d2dd2021364042309866e610c43 100755 (executable)
--- a/all
+++ b/all
@@ -1269,6 +1269,8 @@ case "$cmd" in
                ;;
        release-zip)
                stamp=`cat Xonotic/stamp.txt`
+               # exe and dll files do not need +x, so this makes them eligible for 7zip compression too
+               chmod a-x *.exe *.dll
                # need to use infozip for these (+x bits)
                verbose mkzip Xonotic-$stamp-engine.zip \
                        Xonotic/*.dll \