diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-17 22:07:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-17 22:07:46 +0000 |
commit | c1bf0eaf5d94371ed6228dcc82277ffa7d594904 (patch) | |
tree | fd4bc6608244606bc64f39485cee6a95f799b0d5 | |
parent | bf2c7f2298840c4b7292114d60a0568a48d6abe0 (diff) | |
download | ikiwiki-c1bf0eaf5d94371ed6228dcc82277ffa7d594904.tar ikiwiki-c1bf0eaf5d94371ed6228dcc82277ffa7d594904.tar.gz |
respinse
-rw-r--r-- | doc/bugs/assumes_system_perl.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/assumes_system_perl.mdwn b/doc/bugs/assumes_system_perl.mdwn index 1c50f8be6..9df61bc80 100644 --- a/doc/bugs/assumes_system_perl.mdwn +++ b/doc/bugs/assumes_system_perl.mdwn @@ -7,4 +7,8 @@ make fails, as the 'make' command attempts to use the perl install in PATH, rather than the one ikiwiki is being installed for. -The installed bin/ikiwiki file also refers to /usr/bin/perl rather than the perl it is being installed for.
\ No newline at end of file +The installed bin/ikiwiki file also refers to /usr/bin/perl rather than the perl it is being installed for. + +> I will acdept sufficiently nonintrusive patches to make ikiwiki work better on strange systems like +> yours, but do not plan to work on it myself, since I do not use systems +> where /usr/bin/perl is not a sane default. --[[Joey]] |