]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / __36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn
1 Running ikiwiki had error (ignored and continued):
2
3 rebuilding wiki..
4 Can't exec "ikiwiki-transition": No such file or directory at /usr/pkg/lib/perl5/vendor_perl/5.8.0/IkiWiki.pm line 917.
5 scanning ....
6
7 ikiwiki.in and ikiwiki.out have:
8
9 $ENV{PATH}="/usr/local/bin:/usr/bin:/bin";
10
11 Please use full-path to installed "ikiwiki-transition" in the system() function or adjust the PATH with PREFIX/bin.
12
13 Maybe pm_filter can handle this.
14
15 ikiwiki installer already knows about PREFIX.
16
17 [[done]]
18
19 Not that it matters, but why "if" instead of "elsif"?