瀏覽代碼

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
Matthew Burgess 20 年之前
父節點
當前提交
2a698a656b
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/less.xml

+ 3 - 0
chapter01/changelog.xml

@@ -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

+ 1 - 1
chapter06/less.xml

@@ -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>