From bcf80cdb2b77544cda93d8d2711f5723677bc763 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 21 Apr 2012 20:43:27 +0000 Subject: (dist-git) switch from lzma to xz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 320e9bd6..fbb54606 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ dist: 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: rm -rf $(NAME)-$(VERSION) @@ -86,7 +86,7 @@ dist-svn: dist-git: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | lzma >../$(NAME)-$(VERSION).tar.lzma; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; log:changelog -- cgit v1.2.1