web commit by EthanGlasserCamp

master
joey 2006-09-25 01:48:53 +00:00
parent eb429f7ece
commit 38cf0a665f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
If you're using ikiwiki without installing it, the svn post-commit wrapper will die (in a difficult-to-debug way) when it tries to execute ikiwiki.pl because it can't find IkiWiki.pm.
I'm not sure how to fix this in a secure way. For now I'm just changing use lib '.' in ikiwiki.pl to point to the hard-coded directory where ikiwiki was unpacked.