From d4fd731f1f81234d5b9a7afd16c64d492facdf2a Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 28 Jul 2019 17:55:01 +0200 Subject: [PATCH] :hammer: fix release target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b29278c3..628f8c784 100644 --- a/Makefile +++ b/Makefile @@ -588,13 +588,13 @@ ChangeLog.md: # Release files ########################################################################## -# Create the files for a release and add signatures and hashes. We use `--no-extra` to make the resulting ZIP file +# Create the files for a release and add signatures and hashes. We use `-X` to make the resulting ZIP file # reproducible, see . release: rm -fr release_files mkdir release_files - zip -9 --recurse-paths --no-extra include.zip $(SRCS) + zip -9 --recurse-paths -X include.zip $(SRCS) gpg --armor --detach-sig include.zip mv include.zip include.zip.asc release_files gpg --armor --detach-sig $(AMALGAMATED_FILE)