summarylogtreecommitdiffstats
path: root/perlbin.sh
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 13:55:39 +0200
committerGoliathLabs2020-06-11 13:55:39 +0200
commit04a32c261d6cbcac43a4e59f64e5495d803d9fa3 (patch)
tree5bc2824a9c975ebc377ca73772ee65236b13d39d /perlbin.sh
parent3dfc92d6f8063027738b7fb6f4130aff57d18692 (diff)
downloadaur-04a32c261d6cbcac43a4e59f64e5495d803d9fa3.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'perlbin.sh')
-rwxr-xr-xperlbin.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/perlbin.sh b/perlbin.sh
index 7e38f2047a50..78c8ed13bb8b 100755
--- a/perlbin.sh
+++ b/perlbin.sh
@@ -1,13 +1,10 @@
# Set path to perl scriptdirs if they exist
# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
# Added /usr/bin/*_perl dirs for scripts
-# Remove /usr/lib/perl5/*_perl/bin in next release
[ -d /usr/bin/site_perl ] && PATH=$PATH:/usr/bin/site_perl
-[ -d /usr/lib/perl5/site_perl/bin ] && PATH=$PATH:/usr/lib/perl5/site_perl/bin
[ -d /usr/bin/vendor_perl ] && PATH=$PATH:/usr/bin/vendor_perl
-[ -d /usr/lib/perl5/vendor_perl/bin ] && PATH=$PATH:/usr/lib/perl5/vendor_perl/bin
[ -d /usr/bin/core_perl ] && PATH=$PATH:/usr/bin/core_perl