aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 21:25:59 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 21:25:59 +0000
commit81a7c9754ee07130f4375364545255d0a38bdc05 (patch)
treeacaae122f5230cce341ed3033ba51503f2a2b5e5 /doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
parent1a99ccdd84d685d7955eec8ad3e0b9871a959400 (diff)
downloadikiwiki-81a7c9754ee07130f4375364545255d0a38bdc05.tar
ikiwiki-81a7c9754ee07130f4375364545255d0a38bdc05.tar.gz
web commit by EdAvis
Diffstat (limited to 'doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn')
-rw-r--r--doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn b/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
new file mode 100644
index 000000000..a8ae17995
--- /dev/null
+++ b/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
@@ -0,0 +1,17 @@
+I built ikiwiki using
+
+% perl Makefile.PL PREFIX=/home/ed
+% make
+% make install
+
+This installs the files under /home/ed, for example one of the lines it prints is
+
+cp -a basewiki/* /home/ed/share/ikiwiki/basewiki
+
+However when I try to run ikiwiki I get an error as follows:
+
+% ikiwiki --verbose ~/wikiwc/ ~/public_html/wiki/ --url=http://membled.com/wiki/
+Can't stat /usr/share/ikiwiki/basewiki: No such file or directory
+ at /home/ed/lib/perl5/site_perl/5.8.7/IkiWiki/Render.pm line 349
+
+The PREFIX specified at build time should also affect the share directory - it shouldn't try to use /usr/share here. \ No newline at end of file