Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/inetutils.xml
- Timestamp:
- Jul 2, 2006, 12:45:15 PM (18 years ago)
- Branches:
- master
- Children:
- 940e6b3
- Parents:
- 89c10a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/inetutils.xml
r89c10a9 r586feb7 45 45 <para os="a">Prepare Inetutils for compilation:</para> 46 46 47 <screen os="b"><userinput>./configure --prefix=/usr --host=${ LFS_TARGET} \47 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \ 48 48 --libexecdir=/usr/sbin --sysconfdir=/etc \ 49 49 --localstatedir=/var --disable-logger \ … … 102 102 <para os="f">Install the package:</para> 103 103 104 <screen os="g"><userinput>make DESTDIR=${ LFS} install</userinput></screen>104 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 105 105 106 106 <para os="h">Move the <command>ping</command> program to its FHS-compliant 107 107 place:</para> 108 108 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> 110 110 111 111 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.