aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52a69b2..f31dc7d 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ dist-git:
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
+ tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
tag: checktag