mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 04:39:21 +01:00
Changed Chapter 6 - Findutils --libexecdir from /usr/bin to /usr/lib/locate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bdb2a6b616
commit
d62e3569ee
@ -34,6 +34,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils:
|
||||||
|
Changed --libexecdir option from /usr/bin to /usr/lib/locate. Partially
|
||||||
|
fixes Bug #678.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils: Stopped
|
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils: Stopped
|
||||||
moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
|
moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
|
||||||
Closes Bug 679.</para></listitem>
|
Closes Bug 679.</para></listitem>
|
||||||
|
@ -15,7 +15,7 @@ Estimated required disk space: &findutils-compsize;</screen>
|
|||||||
|
|
||||||
<para>Prepare Findutils for compilation:</para>
|
<para>Prepare Findutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate</userinput></screen>
|
||||||
|
|
||||||
<para>By default, the location of the updatedb database is in
|
<para>By default, the location of the updatedb database is in
|
||||||
<filename>/usr/var</filename>. To make the location of
|
<filename>/usr/var</filename>. To make the location of
|
||||||
|
Loading…
Reference in New Issue
Block a user