From d57b9e523b8f6029312c56fbc9ef07feaa4faaea Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Mar 2012 20:36:04 +0000 Subject: (dist) compress with xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a58d7d8..e638078 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ cleandist: dist: cleandist svn export -q -rBASE . $(NAME)-$(VERSION) - tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) gitdist: cleandist -- cgit v1.2.1