aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1f467f..1e381d4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ dist: menus checktag clean changelog
$(info $(NAME)-$(VERSION).tar.bz2 is ready)
dist-git:
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -9 -c >../$(NAME)-$(VERSION).tar.bz2;
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)