diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 5d527b2ee..5c2c0e956 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -15,7 +15,7 @@ Estimated required disk space: &findutils-compsize;</screen> <para>Prepare Findutils for compilation:</para> -<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen> +<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate</userinput></screen> <para>By default, the location of the updatedb database is in <filename>/usr/var</filename>. To make the location of |