From 8cb626452cb2a6124fd2796845a536f3eeec3310 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 18 Oct 2011 17:27:41 +0000 Subject: switch from bzip2 to xz for compressing tarballs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78416f2..bd94054 100644 --- a/Makefile +++ b/Makefile @@ -75,11 +75,11 @@ tar: dist-svn: 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) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bz2; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; log: -- cgit v1.2.1