diff options
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 3 |
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> |