Author: bdubbs
Date: 2012-06-17 14:03:04 -0600 (Sun, 17 Jun 2012)
New Revision: 9885

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/iproute2.xml
Log:
Fix install error in iproute2

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-06-17 18:40:42 UTC (rev 9884)
+++ trunk/BOOK/chapter01/changelog.xml  2012-06-17 20:03:04 UTC (rev 9885)
@@ -40,6 +40,10 @@
       <para>2012-06-17</para>
       <itemizedlist>
          <listitem>
+           <para>[bdubbs] - Fix install error in iproute2.  Fixes
+           <ulink url="&lfs-ticket-root;3119">#3119</ulink>.</para>
+         </listitem>
+         <listitem>
            <para>[bdubbs] - Update rare issues in bootscripts when using LVM
            or initramfs.</para>
          </listitem>

Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml   2012-06-17 18:40:42 UTC (rev 9884)
+++ trunk/BOOK/chapter06/iproute2.xml   2012-06-17 20:03:04 UTC (rev 9885)
@@ -51,7 +51,7 @@
 
 <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
 sed -i /ARPD/d Makefile
-rm man/man8/arpd.8</userinput></screen>
+sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
 
     <para>Compile the package:</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to