mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-13 02:49:52 +00:00
*** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
33b85af1e5
commit
3cc219ec44
@ -34,6 +34,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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
|
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils and
|
||||||
Gawk: Changed --libexecdir option from /usr/bin to /usr/lib/locate and
|
Gawk: Changed --libexecdir option from /usr/bin to /usr/lib/locate and
|
||||||
/usr/lib/gawk respectively. Partially fixes Bug #678.</para></listitem>
|
/usr/lib/gawk respectively. Partially fixes Bug #678.</para></listitem>
|
||||||
|
@ -16,7 +16,7 @@ Estimated required disk space: &tar-compsize;</screen>
|
|||||||
<para>Prepare Tar for compilation:</para>
|
<para>Prepare Tar for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin \
|
<screen><userinput>./configure --prefix=/usr --bindir=/bin \
|
||||||
--libexecdir=/usr/bin</userinput></screen>
|
--libexecdir=/usr/sbin</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user