From ae0c2d949e222be62bb0445619ca61aa9499713d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 2 Mar 2013 15:31:03 +0000 Subject: Makefile: compress tarball with xz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c1f467f..1e381d4 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ dist: menus checktag clean changelog $(info $(NAME)-$(VERSION).tar.bz2 is ready) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -9 -c >../$(NAME)-$(VERSION).tar.bz2; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; dist-svn: svn export -q -rBASE . $(NAME)-$(VERSION) -- cgit v1.2.1