aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index a6f2aa3d5..82000777c 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -28,10 +28,10 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed.</para>
<para>Prepare Findutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
- --localstatedir=/var/lib/misc</userinput></screen>
+ --localstatedir=/var/lib/locate</userinput></screen>
<para>The localstatedir directive above changes the location of the locate
-database to be in /var/lib/misc, which is FHS-compliant.</para>
+database to be in /var/lib/locate, which is FHS-compliant.</para>
<para>Compile the package:</para>