https://shinji.startssl.com/ 2011-02-27 21:38:52 +00:00 committed by Joey Hess
parent 8bf0b3606b
commit 821ed9e591
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
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.