[Clfs-commits] commit: r4897 - in /branches/clfs-sysroot/BOOK: bootscripts/common/bootscripts.xml final-system/common/dhcpcd.xml final-system/common/rsyslog.xml final-system/common/xz.xml network/common/dhcp.xml

svn at cross-lfs.org svn at cross-lfs.org
Thu Mar 19 18:40:23 PDT 2009


Author: jciccone
Date: Fri Mar 20 01:40:22 2009
New Revision: 4897

Log:
Remove quotes around ${CLFS} in DESTDIR to conform to the rest of the book.

Modified:
    branches/clfs-sysroot/BOOK/bootscripts/common/bootscripts.xml
    branches/clfs-sysroot/BOOK/final-system/common/dhcpcd.xml
    branches/clfs-sysroot/BOOK/final-system/common/rsyslog.xml
    branches/clfs-sysroot/BOOK/final-system/common/xz.xml
    branches/clfs-sysroot/BOOK/network/common/dhcp.xml

Modified: branches/clfs-sysroot/BOOK/bootscripts/common/bootscripts.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/bootscripts/common/bootscripts.xml (original)
+++ branches/clfs-sysroot/BOOK/bootscripts/common/bootscripts.xml Fri Mar 20 01:40:22 2009
@@ -27,11 +27,11 @@
 
     <para os="a">Install the package:</para>
 
-<screen os="b"><userinput>make DESTDIR="${CLFS}" install-bootscripts</userinput></screen>
+<screen os="b"><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>
 
     <para os="c">You can will need to run the following command to install support for Networking:</para>
 
-<screen os="d"><userinput>make DESTDIR="${CLFS}" install-network</userinput></screen>
+<screen os="d"><userinput>make DESTDIR=${CLFS} install-network</userinput></screen>
 
   </sect2>
 

Modified: branches/clfs-sysroot/BOOK/final-system/common/dhcpcd.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/dhcpcd.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/dhcpcd.xml Fri Mar 20 01:40:22 2009
@@ -41,7 +41,7 @@
 
 <screen os="f"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
     DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd \
-    DESTDIR="${CLFS}" install</userinput></screen>
+    DESTDIR=${CLFS} install</userinput></screen>
 
   </sect2>
 

Modified: branches/clfs-sysroot/BOOK/final-system/common/rsyslog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/rsyslog.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/rsyslog.xml Fri Mar 20 01:40:22 2009
@@ -37,7 +37,7 @@
 
     <para os="f">Install the package:</para>
 
-<screen os="g"><userinput>make DESTDIR="${CLFS}" install</userinput></screen>
+<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
     <para os="h">Create a directory for expansion snippets:</para>
 

Modified: branches/clfs-sysroot/BOOK/final-system/common/xz.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/xz.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/xz.xml Fri Mar 20 01:40:22 2009
@@ -37,7 +37,7 @@
 
     <para os="e">Install the programs:</para>
 
-<screen os="f"><userinput>make DESTDIR="${CLFS}" install</userinput></screen>
+<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
     <para os="g">Move the <filename>xz</filename> binary, and several symlinks
     that point to it, into the /bin directory:</para>

Modified: branches/clfs-sysroot/BOOK/network/common/dhcp.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/network/common/dhcp.xml (original)
+++ branches/clfs-sysroot/BOOK/network/common/dhcp.xml Fri Mar 20 01:40:22 2009
@@ -17,7 +17,7 @@
 
 <screen><userinput>tar -jxvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.bz2
 cd -v bootscripts-cross-lfs-&bootscripts-clfs-version;
-make DESTDIR="${CLFS}" install-service-dhcpcd</userinput></screen>
+make DESTDIR=${CLFS} install-service-dhcpcd</userinput></screen>
 
     <para>Finally, create the
     <filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd</filename>




More information about the Clfs-commits mailing list