[Clfs-commits] commit: r4039 - in /trunk/BOOK: final-system/common/iproute2.xml general.ent

svn at cross-lfs.org svn at cross-lfs.org
Wed Sep 17 15:52:12 PDT 2008


Author: jciccone
Date: Wed Sep 17 22:52:11 2008
New Revision: 4039

Log:
Correct install command on iproute2 non multilib instructions.

Modified:
    trunk/BOOK/final-system/common/iproute2.xml
    trunk/BOOK/general.ent

Modified: trunk/BOOK/final-system/common/iproute2.xml
==============================================================================
--- trunk/BOOK/final-system/common/iproute2.xml (original)
+++ trunk/BOOK/final-system/common/iproute2.xml Wed Sep 17 22:52:11 2008
@@ -59,7 +59,7 @@
     <para os="e">Install the package:</para>
 
 <screen os="f"><userinput>make DESTDIR=/ DOCDIR=/usr/share/doc/iproute2 \
-    MANDIR=/usr/share/man SBINDIR=/sbin</userinput></screen>
+    MANDIR=/usr/share/man SBINDIR=/sbin install</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Wed Sep 17 22:52:11 2008
@@ -2,7 +2,7 @@
 
 <!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "September">
-<!ENTITY day "14"> <!-- Use two digits -->
+<!ENTITY day "17"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">




More information about the Clfs-commits mailing list