diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/less.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2d22b3873..afc304bf1 100644 --- a/chapter01/changelog.xml +++ b/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 diff --git a/chapter06/less.xml b/chapter06/less.xml index 514bd6b64..793a42bb7 100644 --- a/chapter06/less.xml +++ b/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> |