From cda347b55aac9570ef913562a6b14f4ad6152e58 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 16 Sep 2010 10:48:26 +0200 Subject: [PATCH] fix a path error when release building --- all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all b/all index 41040a12..b5b4ed1a 100755 --- a/all +++ b/all @@ -278,8 +278,8 @@ mkzip() 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" } -- 2.39.2