summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d65a87..8013c8d 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ git-svn:
rm -rf $(NAME)-$(VERSION)
dist-git: cleandist
- git archive --prefix $(NAME)-$(VERSION)/ HEAD | bzip2 -9 > ../$(NAME)-$(VERSION).tar.bz2
+ git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > ../$(NAME)-$(VERSION).tar.xz
rm -rf $(NAME)-$(VERSION)
clean: