aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2013-09-06 22:15:02 +0300
committerJani Välimaa <wally@mageia.org>2013-09-06 22:15:02 +0300
commit1c2e3167e251ca548517e3d46befa058c1ca7464 (patch)
tree0acb3250aad966f197d7195e40bb03d6c9564248 /Makefile
parentd2c3e9dfe4538d17192055f9c1cf33653e0a0e3a (diff)
downloadconfig-1c2e3167e251ca548517e3d46befa058c1ca7464.tar
config-1c2e3167e251ca548517e3d46befa058c1ca7464.tar.gz
config-1c2e3167e251ca548517e3d46befa058c1ca7464.tar.bz2
config-1c2e3167e251ca548517e3d46befa058c1ca7464.tar.xz
config-1c2e3167e251ca548517e3d46befa058c1ca7464.zip
Create tarball from git tags
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*