aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)