aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2008-03-30 15:34:00 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2008-03-30 15:34:00 +0000
commit3526661c7fe265f8ef327b22988fd77f76f67f09 (patch)
treec92c4f75eb160a73aae5438e572cddfc90a76e81 /chapter06
parenta355a644bb70fa13b1c6cbfd58ab0d9b617e57c8 (diff)
Add --sysconfdir=/etc to Man-db so we get /etc/man_db.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/man-db.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 95ff83bc3..ce0ef20bb 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -71,7 +71,8 @@ EOF</userinput></screen>
<para>Prepare Man-DB for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib --disable-setuid</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+ --disable-setuid</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>