aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-25 02:12:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-25 02:12:43 +0000
commitf4d99ac1ca03121255e545df89e7d841a02cc0bf (patch)
treebdabb182ecd4fb16e50d1a987de70440ec466349 /doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
parent347a756e384ec6994d4fe7ffe82e384bb9a63057 (diff)
downloadikiwiki-f4d99ac1ca03121255e545df89e7d841a02cc0bf.tar
ikiwiki-f4d99ac1ca03121255e545df89e7d841a02cc0bf.tar.gz
* Use DESTDIR and not PREFIX to specify installation prefix for packaging.
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.
Diffstat (limited to 'doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn')
-rw-r--r--doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn b/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
index af2ee35cb..e66cad173 100644
--- a/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
+++ b/doc/bugs/PREFIX_not_honoured_for_underlaydir.mdwn
@@ -41,8 +41,4 @@ isn't entirely clear (perhaps because ordinary Perl modules do not need to be
configured at build time depending on the installation directory). It does mention
that DESTDIR is the thing used by packaging tools.
- It would probably be nice if ikiwiki offered a separate build-time
- setting to control where it looked for its data files, though it already
- offers a way to do it at runtime (--underlaydir and --templatedir).
-
- --[[Joey]]
+ Thanks for clarifying that. [[bugs/done]] --[[Joey]]