From 67512a47b400864a62d0c4cce91fd812925b82d1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 14 Feb 2008 11:45:16 +0000 Subject: (tar) compress with lzma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8ea665f..90bcb11e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) find $(NAME)-$(VERSION) -name '*.pl' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' - tar cjf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) changelog: -- cgit v1.2.1