summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 72c48add50..35222b96c7 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -45,7 +45,7 @@ PACKAGES = {
}
if system("7z", out: IO::NULL)
- PACKAGES["gzip"] = %w".tar.gz 7z a -tgzip -mx"
+ PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so"
PACKAGES["zip"] = %w".zip 7z a -tzip -mx"
end
if gzip = ENV.delete("GZIP")