]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix a path error when release building
authorRudolf Polzer <divverent@alientrap.org>
Thu, 16 Sep 2010 08:48:26 +0000 (10:48 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 16 Sep 2010 08:48:26 +0000 (10:48 +0200)
all

diff --git a/all b/all
index 41040a1290bb0e4105a164454fca0d755818123d..b5b4ed1a402c921e24b53fd53ddeb5661bdc13e2 100755 (executable)
--- a/all
+++ b/all
@@ -278,8 +278,8 @@ mkzip()
        shift
        ziplist=`mktemp`
        find "$@" -xtype f \( -executable -or -type l \) -print > "$ziplist"
        shift
        ziplist=`mktemp`
        find "$@" -xtype f \( -executable -or -type l \) -print > "$ziplist"
-       7za a -tzip -mx=9 -x@"$ziplist" "$archive" || true
-       zip         -9y   -@<"$ziplist" "$archive" || true
+       7za a -tzip -mx=9 -x@"$ziplist" "$archive" "$@" || true
+       zip         -9y   -@<"$ziplist" "$archive"      || true
        rm -f "$ziplist"
 }
 
        rm -f "$ziplist"
 }