From a7202528f6c2ccad36a831ddf8bec5ffbd8ec486 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:20:55 +0000 Subject: switch from bzip2 to xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d65a87..8013c8d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ git-svn: rm -rf $(NAME)-$(VERSION) dist-git: cleandist - git archive --prefix $(NAME)-$(VERSION)/ HEAD | bzip2 -9 > ../$(NAME)-$(VERSION).tar.bz2 + git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > ../$(NAME)-$(VERSION).tar.xz rm -rf $(NAME)-$(VERSION) clean: -- cgit v1.2.1