diff options
author | http://josephturian.blogspot.com/ <http://josephturian.blogspot.com/@web> | 2009-02-14 12:59:49 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-02-14 12:59:49 -0500 |
commit | 4bc18470b86df3271d98f353d625f595c194c280 (patch) | |
tree | 4a59a143a404549385a0bca229101196035cf4bc | |
parent | 02b1929445c20ddc838c3b9a2a61db912beef676 (diff) | |
download | ikiwiki-4bc18470b86df3271d98f353d625f595c194c280.tar ikiwiki-4bc18470b86df3271d98f353d625f595c194c280.tar.gz |
-rw-r--r-- | doc/bugs/shortcut_plugin_will_not_work_without_shortcuts.mdwn.mdwn | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/bugs/shortcut_plugin_will_not_work_without_shortcuts.mdwn.mdwn b/doc/bugs/shortcut_plugin_will_not_work_without_shortcuts.mdwn.mdwn index 85844132d..5efbad5fb 100644 --- a/doc/bugs/shortcut_plugin_will_not_work_without_shortcuts.mdwn.mdwn +++ b/doc/bugs/shortcut_plugin_will_not_work_without_shortcuts.mdwn.mdwn @@ -12,9 +12,17 @@ I am not sure why it is not finding shortcuts.mdwn. -- [[JosephTurian]] > to find its basewiki underlay. The `$installdir` is > hardcoded into IkiWiki.pm at build time, based on the PREFIX > setting (see README). -> +> > If that's not set right, you'll have other problems than just this one, > so I suggest you check how you installed ikiwiki. > > Anyway, I've made the shortcut plugin only warn about this.. > --[[Joey]] + +> > I have +> > $installdir="/home/turian/utils/" +> > and the underlay dir is set to: +> > "$installdir/share/ikiwiki/basewiki", +> > which does contain shortcuts.mdwn. So I am not sure why it is not finding it. +> > I am grappling with installing ikiwiki in a user account, and would like to get the directories set up correctly. +> > How can I debug this issue further? |