diff options
Diffstat (limited to 'perl-install/Makefile')
-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 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 |