aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn
blob: edc411c85dfe3c8a02da6c170aed021e501bfcd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Running ikiwiki had error (ignored and continued):

rebuilding wiki..
Can't exec "ikiwiki-transition": No such file or directory at /usr/pkg/lib/perl5/vendor_perl/5.8.0/IkiWiki.pm line 917.
scanning ....

ikiwiki.in and ikiwiki.out have:

$ENV{PATH}="/usr/local/bin:/usr/bin:/bin";

Please use full-path to installed "ikiwiki-transition" in the system() function or adjust the PATH with PREFIX/bin.

Maybe pm_filter can handle this.

ikiwiki installer already knows about PREFIX.

[[done]]

Not that it matters, but why "if" instead of "elsif"?