Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/inetutils.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/inetutils.xml

    r89c10a9 r586feb7  
    4545    <para os="a">Prepare Inetutils for compilation:</para>
    4646
    47 <screen os="b"><userinput>./configure --prefix=/usr --host=${LFS_TARGET} \
     47<screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    4848    --libexecdir=/usr/sbin --sysconfdir=/etc \
    4949    --localstatedir=/var --disable-logger \
     
    102102    <para os="f">Install the package:</para>
    103103
    104 <screen os="g"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     104<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    105105
    106106    <para os="h">Move the <command>ping</command> program to its FHS-compliant
    107107    place:</para>
    108108
    109 <screen os="i"><userinput>mv -v ${LFS}/usr/bin/ping ${LFS}/bin</userinput></screen>
     109<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/ping ${CLFS}/bin</userinput></screen>
    110110
    111111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.