Changeset 2036ece in clfs-sysroot for BOOK/final-system


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/final-system/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.