From: Sergey Matveev Date: Wed, 26 Feb 2025 12:57:05 +0000 (+0300) Subject: zstd warns about files overwriting X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=30b4664aba2dc67ab1f6dfde60d3d92ca3e8c505;p=godlighty.git zstd warns about files overwriting --- diff --git a/make-update b/make-update index 7d56c11..618fd61 100755 --- a/make-update +++ b/make-update @@ -10,6 +10,7 @@ mkdir -p updates mv $w updates/$w.old exit } +rm -f updates/$w.patch.zst zstd -19 --patch-from updates/$w.old -o updates/$w.patch.zst $w mv updates/$w.old updates/$w.older mv $w updates/$w.old