summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile2
-rw-r--r--perl-install/install/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile
index aca311e66..ab65f2eeb 100644
--- a/perl-install/install/Makefile
+++ b/perl-install/install/Makefile
@@ -22,7 +22,7 @@ tar:
svn export -q -rBASE ../../tools $(PRODUCT)-$(VERSION)/tools
svn export -q -rBASE ../../kernel $(PRODUCT)-$(VERSION)/kernel
cp ../../Makefile.config $(PRODUCT)-$(VERSION)/
- tar cfJ $(PRODUCT)-$(VERSION).tar.lzma $(PRODUCT)-$(VERSION)
+ tar cfa $(PRODUCT)-$(VERSION).tar.lzma $(PRODUCT)-$(VERSION)
rm -rf $(PRODUCT)-$(VERSION)
install: