aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-11-07 20:14:37 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-11-07 20:14:37 +0000
commitf684ec6c5285002a882498d79f1f5fc060f502a7 (patch)
tree4d70a8bf16424f40146fe6c46bd788b71d498757 /chapter06
parent1eeed22fbf1f1618cf0e6fdbb62436367d661132 (diff)
Alter some --libexecdir options to improve general consistency throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/findutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 61674c1e9..a3f823703 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -35,7 +35,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make and Sed</seg></seglistitem>
<para>Prepare Findutils for compilation:</para>
-<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
+<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/findutils \
--localstatedir=/var/lib/locate</userinput></screen>
<para>The meaning of the configure options:</para>