Hi,

The problem is that the /usr/share/perl5/IkiWiki.pm file contains the
following hard coded directory in the $installdir variable on line 28:

    our $version="3.09ubuntu1";our $installdir="/usr/local";

You can fix the bug locally by running the following command which
replaces /usr/local with /usr:

     sudo sed -i '28 s^/usr/local^/usr^' /usr/share/perl5/IkiWiki.pm

Let me know if that doesn't work, and enjoy Ikiwiki!,

-Dave

** Changed in: ikiwiki (Ubuntu)
       Status: Incomplete => Confirmed

-- 
"ikiwiki -setup /etc/ikiwiki/auto.setup" fails
https://bugs.launchpad.net/bugs/375159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to