aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2013-11-12 00:01:03 +0100
committerAnne Nicolas <ennael@mageia.org>2013-11-12 00:01:03 +0100
commit2935aab3fb120e22ddd3d4b4af58bbc293bfefed (patch)
tree581488c1a2f66085634fd2118ac4cce56a2875dc /Makefile
parent1f70af3e713ac3b62373da7313e2004ab5adf568 (diff)
downloadconfig-2935aab3fb120e22ddd3d4b4af58bbc293bfefed.tar
config-2935aab3fb120e22ddd3d4b4af58bbc293bfefed.tar.gz
config-2935aab3fb120e22ddd3d4b4af58bbc293bfefed.tar.bz2
config-2935aab3fb120e22ddd3d4b4af58bbc293bfefed.tar.xz
config-2935aab3fb120e22ddd3d4b4af58bbc293bfefed.zip
fix dist-git
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d831ea..e7fbaa6 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ dist-svn:
rm -rf $(NAME)-$(VERSION)
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ $(VERSION) | xz >../$(NAME)-$(VERSION).tar.xz;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
dist:
rm -rf ../$(NAME)-$(XFCEVERSION)*.tar*