Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/psmisc.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/psmisc.xml

    r89c10a9 r586feb7  
    2828    <para os="a">Prepare Psmisc for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --exec-prefix="" --host=${LFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --exec-prefix="" --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <variablelist os="c">
     
    5151    <para os="f">Install the package:</para>
    5252
    53 <screen os="g"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     53<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5454
    5555    <para os="h">There is no reason for the <command>pstree</command> and
     
    5858    class="directory">/usr/bin</filename>:</para>
    5959
    60 <screen os="i"><userinput>mv -v ${LFS}/bin/pstree* ${LFS}/usr/bin</userinput></screen>
     60<screen os="i"><userinput>mv -v ${CLFS}/bin/pstree* ${CLFS}/usr/bin</userinput></screen>
    6161
    6262    <para os="j">By default, Psmisc's <command>pidof</command> program is not installed.
     
    6666    of Psmisc by creating the following symlink:</para>
    6767
    68 <screen os="k" role="nodump"><userinput>ln -sv killall ${LFS}/bin/pidof</userinput></screen>
     68<screen os="k" role="nodump"><userinput>ln -sv killall ${CLFS}/bin/pidof</userinput></screen>
    6969
    7070  </sect2>
Note: See TracChangeset for help on using the changeset viewer.