]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix another typo
authorRudolf Polzer <divverent@alientrap.org>
Fri, 17 Sep 2010 04:54:31 +0000 (06:54 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 17 Sep 2010 04:54:31 +0000 (06:54 +0200)
all

diff --git a/all b/all
index f9b864ee797e541223f4d90ff3994391bc587e3d..317f775987a00e72d69c1096dfe1240960e72725 100755 (executable)
--- a/all
+++ b/all
@@ -1270,7 +1270,7 @@ 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
+               chmod a-x Xonotic/*.exe Xonotic/*.dll || true
                # need to use infozip for these (+x bits)
                verbose mkzip Xonotic-$stamp-engine.zip \
                        Xonotic/*.dll \