aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-05-21 22:29:15 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-05-21 22:29:15 +0000
commite30bf9c9d2e68eec957b4c13db98d6cb15f0eb07 (patch)
treec0c70ebdfaa083dd37b2f6c8807a7da50294c00f /chapter06
parent2470e98953665078da99f6961496a9ffa9b3a419 (diff)
Install Man-DB's documentation in a versioned directory. Fixes #2658.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/man-db.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 14a2645c6..27f187593 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -44,7 +44,7 @@
<para>Prepare Man-DB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
- --sysconfdir=/etc --disable-setuid \
+ --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc --disable-setuid \
--with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind \
--with-grap=/usr/bin/grap</userinput></screen>