Changeset 2036ece in clfs-sysroot


Ignore:
Timestamp:
Mar 19, 2009, 6:40:22 PM (15 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.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/bootscripts.xml

    re3d9d33 r2036ece  
    2828    <para os="a">Install the package:</para>
    2929
    30 <screen os="b"><userinput>make DESTDIR="${CLFS}" install-bootscripts</userinput></screen>
     30<screen os="b"><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>
    3131
    3232    <para os="c">You can will need to run the following command to install support for Networking:</para>
    3333
    34 <screen os="d"><userinput>make DESTDIR="${CLFS}" install-network</userinput></screen>
     34<screen os="d"><userinput>make DESTDIR=${CLFS} install-network</userinput></screen>
    3535
    3636  </sect2>
  • BOOK/final-system/common/dhcpcd.xml

    re3d9d33 r2036ece  
    4242<screen os="f"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
    4343    DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd \
    44     DESTDIR="${CLFS}" install</userinput></screen>
     44    DESTDIR=${CLFS} install</userinput></screen>
    4545
    4646  </sect2>
  • BOOK/final-system/common/rsyslog.xml

    re3d9d33 r2036ece  
    3838    <para os="f">Install the package:</para>
    3939
    40 <screen os="g"><userinput>make DESTDIR="${CLFS}" install</userinput></screen>
     40<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4141
    4242    <para os="h">Create a directory for expansion snippets:</para>
  • BOOK/final-system/common/xz.xml

    re3d9d33 r2036ece  
    3838    <para os="e">Install the programs:</para>
    3939
    40 <screen os="f"><userinput>make DESTDIR="${CLFS}" install</userinput></screen>
     40<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4141
    4242    <para os="g">Move the <filename>xz</filename> binary, and several symlinks
  • 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.