Changeset a074923 in clfs-sysroot for BOOK/final-system/common/findutils.xml


Ignore:
Timestamp:
Jul 22, 2007, 4:32:35 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
9568bd5
Parents:
68ed089
Message:

Some fixes for PDF look.

File:
1 edited

Legend:

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

    r68ed089 ra074923  
    5959    scripts in the CLFS-Bootscripts package. As <filename
    6060    class="directory">/usr</filename> may not be available during the early
    61     stages of booting, the <command>find</command>  binary need to be on 
     61    stages of booting, the <command>find</command>  binary need to be on
    6262    the root partition:</para>
    6363
     
    6868
    6969<screen os="k"><userinput>cp ${CLFS}/usr/bin/updatedb{,.orig}
    70 sed 's@find:=${BINDIR}@find:=/bin@' ${CLFS}/usr/bin/updatedb.orig &gt; ${CLFS}/usr/bin/updatedb
     70sed 's@find:=${BINDIR}@find:=/bin@' ${CLFS}/usr/bin/updatedb.orig &gt; \
     71    ${CLFS}/usr/bin/updatedb
    7172rm ${CLFS}/usr/bin/updatedb.orig</userinput></screen>
    7273
Note: See TracChangeset for help on using the changeset viewer.