From a889c0fc545224f157a366479d4246b47fd9c75c Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 7 Oct 2013 11:25:03 +0100 Subject: build: Use xz for tarball compression --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91fee78..832bfe1 100644 --- a/Makefile +++ b/Makefile @@ -41,5 +41,5 @@ clean: dist: dis dis: rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bzip2; - $(info $(NAME)-$(VERSION).tar.lzma is ready) + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; + $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1