From b420438a29a29d4e9ac1e407af6b6b3d0af6ac84 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 25 Sep 2009 09:41:08 +0000 Subject: (tar) fix compressing with new tar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c39daa97..2e92811d 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: - tar cfY $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) + tar cfJ $(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.1