aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-21 20:16:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-21 20:16:52 +0000
commit3451926d20cbac3b72a562ffdf94f0c68fe1b6e5 (patch)
tree3444f53a1d7a50bb062cf5d73f6d8e985915b040 /doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn
parentff6941cef9a88ea2a0d3af2e5ae1edd09048916b (diff)
downloadikiwiki-3451926d20cbac3b72a562ffdf94f0c68fe1b6e5.tar
ikiwiki-3451926d20cbac3b72a562ffdf94f0c68fe1b6e5.tar.gz
response
Diffstat (limited to 'doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn')
-rw-r--r--doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn b/doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn
index 0c80960dd..b14342c08 100644
--- a/doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn
+++ b/doc/bugs/svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn
@@ -6,4 +6,11 @@ I'm not sure how to fix this in a secure way. For now I'm just changing use lib
> wrappers fail in action. Using "`FindBin`" seems a solution. Here is a (kinda ugly)
> [patch](http://git.kirkambar.net/?p=ikiwiki.git;a=commitdiff;h=44511c00b98b3efedd4d31f15ea928fcf221401e)
> which also allows you to use `basewiki` + `templates` in the source directory. The patched
-> version works fine in my [homepage](http://kirkambar.net). --[[Roktas]] \ No newline at end of file
+> version works fine in my [homepage](http://kirkambar.net). --[[Roktas]]
+
+New versions of ikiwiki support installation to nonstandard paths, just set
+PREFIX to the path when running Makefile.PL, and it will set up ikiwiki to
+look in the place it installed the libraries for its perl libraries, etc.
+
+I don't understand why the wrappers would fail if it were confgured link
+that. --[[Joey]]