mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Install the binaries from Less to /usr/bin instead of /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f684ec6c52
commit
2a698a656b
@ -116,6 +116,9 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>November 7, 2005 [matt]: Install the binaries from Less to
|
||||||
|
/usr/bin instead of /bin (fixes bug 1643).</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 7, 2005 [matt]: Remove the --libexecdir option from
|
<listitem><para>November 7, 2005 [matt]: Remove the --libexecdir option from
|
||||||
both passes of GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
|
both passes of GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
|
||||||
option for Findutils to conform with the /usr/lib/packagename convention already
|
option for Findutils to conform with the /usr/lib/packagename convention already
|
||||||
|
@ -32,7 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
|
|||||||
|
|
||||||
<para>Prepare Less for compilation:</para>
|
<para>Prepare Less for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the configure options:</para>
|
<para>The meaning of the configure options:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user