From fc77db1e4a6f8d0fc3b29a81fd2b9c5303a56b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 5 Oct 2024 12:28:08 +0200 Subject: [PATCH] Force gzip to overwrite any existing old file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders F Björklund --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f4e9ed06dc..bea8fa03223 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ $(LINUX_GUESTAGENT_PATH_COMMON)%: $(call dependencis_for_cmd,lima-guestagent) $$ $(ENVS_$@) $(GO_BUILD) -o $@ ./cmd/lima-guestagent chmod 644 $@ ifeq ($(CONFIG_GUESTAGENT_COMPRESS),y) - gzip $@ + gzip -f $@ endif MKDIR_TARGETS += _output/share/lima