diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-31 21:51:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-31 21:51:19 +0000 |
commit | 6199f2c0902dd05bdf3bebb3f6dc0468df2f0550 (patch) | |
tree | c3d928f7711063f817030617d74aae979dc096cf /chapter06/findutils.xml | |
parent | 255418e274525d4e6c5d7f3e5cc12b16af1c5499 (diff) |
Revert the change in locatedb's location. It was incomplete and possibly moved locatedb to the wrong location
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7782 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 3ff8d2c52..c05af343b 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/misc</userinput></screen> + --localstatedir=/var/lib/locate</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |