From 6ea82aecbcd0acb2238b905dc6ecfd72c02fb5e9 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 30 Sep 2012 14:47:04 +0000 Subject: Switch to xz archive --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eba56df..cec0e94 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,7 @@ localcopy: tar c $(FILES) | tar x -C $(PACKAGE)-$(VERSION) tar: - tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf $(PACKAGE)-$(VERSION).tar + tar cavf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) # rules to build a public distribution -- cgit v1.2.1