Author: matthew Date: 2005-11-07 13:20:49 -0700 (Mon, 07 Nov 2005) New Revision: 7136
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/less.xml Log: Install the binaries from Less to /usr/bin instead of /bin Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-11-07 20:14:37 UTC (rev 7135) +++ trunk/BOOK/chapter01/changelog.xml 2005-11-07 20:20:49 UTC (rev 7136) @@ -116,6 +116,9 @@ </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 Modified: trunk/BOOK/chapter06/less.xml =================================================================== --- trunk/BOOK/chapter06/less.xml 2005-11-07 20:14:37 UTC (rev 7135) +++ trunk/BOOK/chapter06/less.xml 2005-11-07 20:20:49 UTC (rev 7136) @@ -32,7 +32,7 @@ <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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
