Changeset 155e741 in clfs-embedded for BOOK/beyond-clfs3/common/dropbear.xml


Ignore:
Timestamp:
Nov 15, 2006, 5:10:36 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
b9cef84
Parents:
3bb8e6a
Message:

Added packages.xml page for Beyond CLFS 3.x
Modified Dropbear instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs3/common/dropbear.xml

    r3bb8e6a r155e741  
    3131    <para os="a">Configure dropbear:</para>
    3232
    33 <screen os="b"><userinput>./configure --prefix=/usr CC="${CLFS_TARGET}-gcc" RANLIB="${CLFS_TARGET}-ranlib" AR="${CLFS_TARGET}-ar" STRIP="${CLFS_TARGET}-strip"</userinput></screen>
     33<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3434
    3535    <note os="c">
     
    4444    <para os="f">Install the package:</para>
    4545
    46 <screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=$CLFS/</userinput></screen>
     46<screen os="g"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS}/</userinput></screen>
    4747
    4848  </sect2>
Note: See TracChangeset for help on using the changeset viewer.