diff options
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 00b513f06..44c50b91e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -65,7 +65,7 @@ localcopy: clean localdist: tar tar: localcopy - tar cfY $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) + tar cfJ $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) # rules to build a distributable rpm |