From d8221a54f2c5729573ddb03cb51d638ae74cc876 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 23 Sep 2019 00:55:48 +0900 Subject: Add `-mtc=off` to `7z` not to store NTFS timestamps https://sevenzip.osdn.jp/chm/cmdline/switches/method.htm --- tool/make-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/make-snapshot') diff --git a/tool/make-snapshot b/tool/make-snapshot index 6e9b837588..2abe8f99dc 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -54,7 +54,7 @@ PACKAGES = { DEFAULT_PACKAGES = PACKAGES.keys - ["tar"] if !$no7z and system("7z", out: IO::NULL) PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so" - PACKAGES["zip"] = %w".zip 7z a -tzip -mx" << {out: IO::NULL} + PACKAGES["zip"] = %w".zip 7z a -tzip -mx -mtc=off" << {out: IO::NULL} elsif gzip = ENV.delete("GZIP") PACKAGES["gzip"].concat(gzip.shellsplit) end -- cgit v1.2.1