mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +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>
|
||||
</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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user