aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn
diff options
context:
space:
mode:
authorhttp://www.tobez.org/ <Grrrr@web>2011-02-27 23:58:13 +0000
committerJoey Hess <joey@kitenet.net>2011-02-27 23:58:13 +0000
commit63fbfcb0961e33d0e24acdee78689295c0f1faa9 (patch)
treee93cb20e4274767b4934ca9a42ef1079bf513930 /doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn
parentb34d31142b9fed28ec9cf77fe0c5d9f405d48c84 (diff)
downloadikiwiki-63fbfcb0961e33d0e24acdee78689295c0f1faa9.tar
ikiwiki-63fbfcb0961e33d0e24acdee78689295c0f1faa9.tar.gz
Diffstat (limited to 'doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn')
-rw-r--r--doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn b/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn
index e6a29c48f..d68d506f7 100644
--- a/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn
+++ b/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn
@@ -1 +1,6 @@
-On FreeBSD, perl defaults to installation in `/usr/local/bin/perl` since it is not a part of the base system. If the option to create symlinks in `/usr/bin` is not selected, building and running ikiwiki will fail because the shebang lines use `#!/usr/bin/perl [args]`. Changing this to `#!/usr/bin/env -S perl [args]` fixes the issue.
+> On FreeBSD, perl defaults to installation in `/usr/local/bin/perl` since it is not a part of the base system. If the option to create symlinks in `/usr/bin` is not selected, > building and running ikiwiki will fail because the shebang lines use `#!/usr/bin/perl [args]`. Changing this to `#!/usr/bin/env -S perl [args]` fixes the issue.
+
+I think this should be a concern of ikiwiki's official FreeBSD port.
+
+At any rate, even if it is decided that ikiwiki should be fixed, then it is probably better to use
+`$installbin/perl` from `-MConfig` and not the `env` hack.