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:
Matthew Burgess 2005-11-07 20:20:49 +00:00
parent f684ec6c52
commit 2a698a656b
2 changed files with 4 additions and 1 deletions

View File

@ -116,6 +116,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</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
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

View File

@ -32,7 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
<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>