Changeset 2036ece in clfs-sysroot for BOOK/network


Ignore:
Timestamp:
03/19/09 18:40:22 (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
63bc1d1
Parents:
e3d9d33
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/dhcp.xml

    re3d9d33 r2036ece  
    1818<screen><userinput>tar -jxvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.bz2
    1919cd -v bootscripts-cross-lfs-&bootscripts-clfs-version;
    20 make DESTDIR="${CLFS}" install-service-dhcpcd</userinput></screen>
     20make DESTDIR=${CLFS} install-service-dhcpcd</userinput></screen>
    2121
    2222    <para>Finally, create the
Note: See TracChangeset for help on using the changeset viewer.