From 3bd3ff3162ca269d55a77686019f15e338126d8f Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Sun, 11 Feb 2024 17:37:44 +0000 Subject: [PATCH] tools/buildall.sh: Use gzip -f to overwrite existing archives. Also remove -k because we don't need the intermediate .tar file. --- tools/buildall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildall.sh b/tools/buildall.sh index d7f4d345b..283656cb1 100755 --- a/tools/buildall.sh +++ b/tools/buildall.sh @@ -98,7 +98,7 @@ buildone() { # two steps. tar cf $BIN.tar $BIN touch -d 2022-01-01T00:00:00Z $BIN.tar - gzip -k $BIN.tar + gzip -f $BIN.tar fi # Update the modification time again to reflect the actual modification # time. (Technically this makes the file appear slightly newer han it really