aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn
blob: 160af9983e0dda531994af75ee7a0c23c80fe984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.