From 63b8dae6f8fa94064cacb861cbbdfa9997d9e548 Mon Sep 17 00:00:00 2001 From: Luc Menut Date: Tue, 1 Jan 2013 19:34:07 +0000 Subject: Makefile: switch to xz for tarball --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 543d6b0..2516bd7 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ dis: clean changelog rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* mkdir -p $(NAME)-$(VERSION) cp $(DOC) $(DOTFILES) $(BUILDFILES) $(NAME)-$(VERSION)/ - tar cf $(NAME)-$(VERSION).tar $(NAME)-$(VERSION) - bzip2 -9f $(NAME)-$(VERSION).tar + tar cfa $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) clean: -- cgit v1.2.1