From dc09fe78e5d1b249507088472aca89b1dc77d67a Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 15 Dec 2011 02:11:19 +0000 Subject: use xz to compress --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1