summaryrefslogtreecommitdiff
path: root/data/perl_/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/perl_/make.sh')
-rw-r--r--data/perl_/make.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/perl_/make.sh b/data/perl_/make.sh
deleted file mode 100644
index d8eeda9b6..000000000
--- a/data/perl_/make.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-pkg:setup
-env $(env | grep '^[^=]*:[^=]*=' | cut -d '=' -f 1 | while read -r line; do echo "--unset=${line}"; done) \
-#sh ./Configure -des -Dusecrosscompile -Dtargethost=network.saurik.com -Dcc="${PKG_TARG}-gcc" -Dprefix=/usr
-cp -a "${PKG_DATA}"/config.sh .
-sh ./Configure -der -Dcc="${PKG_TARG}-gcc" -Dprefix=/usr
-make
-pkg:install