aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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*