[Clfs-commits] commit: r3887 - /trunk/BOOK/boot/common/e2fsprogs.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 23 17:09:18 PST 2008


Author: jciccone
Date: Thu Jan 24 01:09:17 2008
New Revision: 3887

Log:
Ensure that the configuration goes to /etc instead of trying to goto /etc, which will error. Force this by installing with a fakeroot as .

Modified:
    trunk/BOOK/boot/common/e2fsprogs.xml

Modified: trunk/BOOK/boot/common/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/boot/common/e2fsprogs.xml (original)
+++ trunk/BOOK/boot/common/e2fsprogs.xml Thu Jan 24 01:09:17 2008
@@ -61,7 +61,7 @@
 
     <para os="h">Install the binaries, documentation and shared libraries:</para>
 
-<screen os="i"><userinput>make install</userinput></screen>
+<screen os="i"><userinput>make DESTDIR="${CLFS}" install</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/e2fsprogs.xml"




More information about the Clfs-commits mailing list