|
@@ -19,12 +19,11 @@ consulting a previously set up database.</para>
|
|
|
|
|
|
<para>Prepare Findutils for compilation:</para>
|
|
|
|
|
|
-<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate</userinput></screen>
|
|
|
+<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
|
|
|
+ --localstatedir=/var/lib/misc</userinput></screen>
|
|
|
|
|
|
-<para>The default location for the <emphasis>locate</emphasis> database is
|
|
|
-<filename>/usr/var</filename>. To make the location of this database
|
|
|
-FHS-compliant, add <emphasis>--localstatedir=/var/lib/misc</emphasis>
|
|
|
-to the above configure options.</para>
|
|
|
+<para>The localstatedir directive above changes the location of the locate
|
|
|
+database to be in /var/lib/misc, which is FHS-compliant.</para>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|