From 20fcdc56264a5cb37913cfe9709f45a2a84bb6cc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Apr 2013 19:34:21 +0000 Subject: switch from lzma to xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e49fd1d..40cf558 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ dis: clean 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) .PHONY: ChangeLog -- cgit v1.2.1