From 575a02a1572c6b1c0dadff2f0d54a1c522427b16 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 Dec 2012 16:24:55 +0000 Subject: s/lzma/xz/g --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c96a46a..191b90f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dis: clean echo "Unknown SCM (not SVN nor GIT)";\ exit 1; \ fi; - $(info $(NAME)-$(VERSION).tar.lzma is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) dist-svn: svn export -q -rBASE . $(NAME)-$(VERSION) @@ -30,7 +30,7 @@ dist-svn: rm -rf $(NAME)-$(VERSION) dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; check: perl -cw $(NAME) -- cgit v1.2.1