From 1c2e3167e251ca548517e3d46befa058c1ca7464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 6 Sep 2013 22:15:02 +0300 Subject: Create tarball from git tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7e3a59..19d1209 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ dist-svn: rm -rf $(NAME)-$(VERSION) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; + @git archive --prefix=$(NAME)-$(VERSION)/ $(VERSION) | xz >../$(NAME)-$(VERSION).tar.xz; dist: rm -rf ../$(NAME)-$(XFCEVERSION)*.tar* -- cgit v1.2.1