diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 2290d4f3c..875111922 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -36,9 +36,16 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make and Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate</userinput></screen> -<para>The <parameter>localstatedir</parameter> option above changes the -location of the <command>locate</command> database to be in <filename -class="directory">/var/lib/locate</filename>, which is FHS-compliant.</para> +<para>The meaning of the configure options:</para> + +<variablelist> +<varlistentry> +<term><parameter>--localstatedir</parameter></term> +<listitem><para>This option changes the location of the <command>locate</command> +database to be in <filename class="directory">/var/lib/locate</filename>, which +is FHS-compliant.</para></listitem> +</varlistentry> +</variablelist> <para>Compile the package:</para> |