From a0c555c2bde01b871e606c28c2eb4671da7dadf2 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 12 Apr 2020 17:49:36 +0200 Subject: [PATCH] Makefile: create gzipped release archive Previously it just looked like a tar.gz file, but it was a plain tar archive. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2e929c..016f715 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ clean-all: clean-node clean-dist $(TGZ_FILE): @echo "Building $@ ..." @mkdir -p "$(dir $(@))" - git archive --prefix=muninlite-$(VERSION)/ --format=tar --output "$@.tmp" HEAD + git archive --prefix=muninlite-$(VERSION)/ --format=tar.gz --output "$@.tmp" HEAD mv "$@.tmp" "$@" $(TGZ_FILE_SIGNATURE): $(TGZ_FILE)