diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-11-15 00:58:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-11-15 00:58:05 +0000 |
commit | d62e3569ee810ce7678bd5b9f733c479d6eab07c (patch) | |
tree | c31e8ceb3f7b1f01930bbc7600c682a601c93848 /chapter06/findutils.xml | |
parent | bdb2a6b616bb006e801f59664d619b3d5882f7cd (diff) |
Changed Chapter 6 - Findutils --libexecdir from /usr/bin to /usr/lib/locate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |