summaryrefslogtreecommitdiffstats
path: root/abs/core/perl/perlbin.fish
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-05-29 22:07:57 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-05-29 22:07:57 (GMT)
commitd5d2d3cfb18d8687a6c38e10bbc231f18ce58b24 (patch)
treeca126a38b3b433815e5a658ba3efc68d0e8b905d /abs/core/perl/perlbin.fish
parent2eb82b89e4c9785d307e1ed12a042b9745ec7d8e (diff)
downloadlinhes_pkgbuild-d5d2d3cfb18d8687a6c38e10bbc231f18ce58b24.zip
linhes_pkgbuild-d5d2d3cfb18d8687a6c38e10bbc231f18ce58b24.tar.gz
linhes_pkgbuild-d5d2d3cfb18d8687a6c38e10bbc231f18ce58b24.tar.bz2
perl: update to 5.26.2
Diffstat (limited to 'abs/core/perl/perlbin.fish')
-rw-r--r--abs/core/perl/perlbin.fish10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/perl/perlbin.fish b/abs/core/perl/perlbin.fish
new file mode 100644
index 0000000..1f52ebb
--- /dev/null
+++ b/abs/core/perl/perlbin.fish
@@ -0,0 +1,10 @@
+# Set path to perl scriptdirs if they exist
+# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
+
+if status --is-login
+ for perldir in /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl
+ if test -d $perldir
+ set PATH $PATH $perldir
+ end
+ end
+end