From 0422c9d2903b80f81abb45fe2e4cf12704fb1a1e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 1 Oct 2009 01:04:18 +0000 Subject: (tar) use auto compression flag for lzma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e92811d..e9850854 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: - tar cfJ $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) + tar cfa $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.1