From b17e791ac60bb41bd2a0b0dc68cda50e406bcc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 22 Apr 2012 14:32:36 +0000 Subject: switch to use xz compression in release tarballs --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed2fb1f..7d798bb 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: - tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf $(PACKAGE)-$(VERSION).tar + tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) dist: cleandist localcopy tar -- cgit v1.2.1