From 30b4664aba2dc67ab1f6dfde60d3d92ca3e8c505 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 26 Feb 2025 15:57:05 +0300 Subject: [PATCH] zstd warns about files overwriting --- make-update | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1