From d0a225f5e1b13513db57d8d84ab55fa73437ad30 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 20 Apr 2013 23:57:55 +0000 Subject: switch from lzma to xz for compressing tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7abd543..2b6452f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dis: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf - tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) + tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) changelog: -- cgit v1.2.1