summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r--perl-install/install/Makefile2
1 files changed, 1 insertions, 1 deletions
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: