aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-08-31 19:24:53 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-08-31 19:24:53 +0000
commit255418e274525d4e6c5d7f3e5cc12b16af1c5499 (patch)
tree442e61881b486b23d5fd69519e6e9da04843c0c6 /chapter06/findutils.xml
parent32e5e2fceb009addc56fb9ffa741915a73c52984 (diff)
Change the location of locatedb to comply with the FHS. Fixes #1869.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index c05af343b..3ff8d2c52 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -40,7 +40,7 @@
<para>Prepare Findutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/findutils \
- --localstatedir=/var/lib/locate</userinput></screen>
+ --localstatedir=/var/lib/misc</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>