*** empty log message ***

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-11-15 01:56:55 +00:00
parent 33b85af1e5
commit 3cc219ec44
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,10 @@
</itemizedlist>
</listitem>
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Tar: Changed the
--libexecdir option from /usr/bin to /usr/sbin. Closes Bug
#678.</para></listitem>
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils and
Gawk: Changed --libexecdir option from /usr/bin to /usr/lib/locate and
/usr/lib/gawk respectively. Partially fixes Bug #678.</para></listitem>

View File

@ -16,7 +16,7 @@ Estimated required disk space: &tar-compsize;</screen>
<para>Prepare Tar for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin \
&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin</userinput></screen>
&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin</userinput></screen>
<para>Compile the package:</para>