From 9a6fd818907609c77991a11a597a0068a9e136fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Feb 2008 18:28:51 +0000 Subject: (tar) compress using lzma --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71a3c7da..076e2dc3 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,7 @@ localcopy: clean svn export -q -rBASE . $(NAME)-$(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) # rules to build a distributable rpm -- cgit v1.2.1