Changeset 3ca2208 in clfs-embedded for BOOK/beyond-clfs


Ignore:
Timestamp:
Jul 15, 2007, 3:29:34 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
00b1e11
Parents:
39a9ea5
Message:

Several fixes for PDF look.

Location:
BOOK/beyond-clfs/common
Files:
2 edited

Legend:

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

    r39a9ea5 r3ca2208  
    5959    <para os="h">Install the package:</para>
    6060
    61 <screen os="i"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install DESTDIR=${CLFS}
     61<screen os="i"><userinput>make MULTI=1 PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" \
     62    install DESTDIR=${CLFS}
    6263ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/sbin/dropbear
    6364ln -svf ../../usr/bin/dropbearmulti ${CLFS}/usr/bin/dbclient
  • BOOK/beyond-clfs/common/iptables.xml

    r39a9ea5 r3ca2208  
    3838
    3939<screen os="d"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
    40     KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin DESTDIR=${CLFS} install</userinput></screen>
     40    KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin \
     41    DESTDIR=${CLFS} install</userinput></screen>
    4142
    4243  </sect2>
Note: See TracChangeset for help on using the changeset viewer.