From 11f74784afb44f24ab86237e642c7fc5e18b077d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 1 Oct 2009 00:59:53 +0000 Subject: (tar) use auto compression flag for lzma --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 44c50b91e..9494fefd6 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -65,7 +65,7 @@ localcopy: clean localdist: tar tar: localcopy - tar cfJ $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) + tar cfa $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) # rules to build a distributable rpm -- cgit v1.2.1