From e4e2627859ff1f093526f5229d2026d34488d6bf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 8 Feb 2008 10:38:09 +0000 Subject: (tar) compress with lzma --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c819c52..d3bea2f8 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: - tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf $(PACKAGE)-$(VERSION).tar + tar cvfY $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.1