From 4b84f44b6a41af6701ffd204717500c243462ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Thu, 19 Jan 2023 20:42:02 +0200 Subject: Makefile: make dist tarball from git tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b15595d..1aacf2d 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ install: dist: rm -rf $(NAME)-$(XFCEVERSION)*.tar* @git config tar.tar.xz.command "xz -c"; - @git archive --prefix=$(NAME)-$(VERSION)/ -o $(NAME)-$(VERSION).tar.xz HEAD; + @git archive --prefix=$(NAME)-$(VERSION)/ -o $(NAME)-$(VERSION).tar.xz $(VERSION); $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1