From dd382bd28e9429583bb9c53d770e5395aace37a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 1 Jan 2023 17:43:12 +0200 Subject: Create dist from version tagged object --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 219ba99..9671769 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ cleandist: dist: cleandist rm -rf $(NAME)-$(VERSION).tar* - git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz + git archive --prefix $(NAME)-$(VERSION)/ $(VERSION) | xz -9 > $(NAME)-$(VERSION).tar.xz $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1