Changeset a074923 in clfs-sysroot for BOOK/final-system


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

Some fixes for PDF look.

Location:
BOOK/final-system/common
Files:
7 edited

Legend:

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

    r68ed089 ra074923  
    6969
    7070<screen os="j"><userinput>mv -v ${CLFS}/usr/bin/{cat,chgrp,chmod,chown,cp,date} ${CLFS}/bin
    71 mv -v ${CLFS}/usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir,mknod} ${CLFS}/bin
    72 mv -v ${CLFS}/usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin
     71mv -v ${CLFS}/usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir} ${CLFS}/bin
     72mv -v ${CLFS}/usr/bin/{mknod,mv,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin
    7373mv -v ${CLFS}/usr/bin/chroot ${CLFS}/usr/sbin</userinput></screen>
    7474
  • 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
  • BOOK/final-system/common/gcc.xml

    r68ed089 ra074923  
    3737
    3838<screen os="b"><userinput>cp libiberty/Makefile.in{,.orig}
    39 sed 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in.orig > libiberty/Makefile.in</userinput></screen>
     39sed 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in.orig &gt; \
     40    libiberty/Makefile.in</userinput></screen>
    4041
    4142    <para os="e1">GCC provides a <command>gccbug</command> script which detects at
     
    101102      <seglistitem>
    102103        <seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
    103         <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.[a,so], 
     104        <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.[a,so],
    104105        libmudflapth.[a,so], libstdc++.[a,so], and
    105106        libsupc++.a</seg>
  • BOOK/final-system/common/gzip.xml

    r68ed089 ra074923  
    4141    <para os="g">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para>
    4242
    43 <screen os="h"><userinput>mv ${CLFS}/bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} ${CLFS}/usr/bin</userinput></screen>
     43<screen os="h"><userinput>mv ${CLFS}/bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} \
     44    ${CLFS}/usr/bin</userinput></screen>
    4445
    4546  </sect2>
  • BOOK/final-system/common/m4.xml

    r68ed089 ra074923  
    5757
    5858      <varlistentry id="m4">
    59         <term><command>m4</command></term>
     59         <!-- Don't remove the extra space, it prevet a FOP warning. -->
     60        <term><command>m4 </command></term>
    6061        <listitem>
    6162          <para>copies the given files while expanding the macros that they
  • BOOK/final-system/common/ncurses.xml

    r68ed089 ra074923  
    4646    <para os="g">Move the Ncurses static libraries to the proper location:</para>
    4747
    48 <screen os="h"><userinput>mv -v ${CLFS}/lib/lib{panel,menu,form,ncurses,ncurses++,curses}.a ${CLFS}/usr/lib</userinput></screen>
     48<screen os="h"><userinput>mv -v ${CLFS}/lib/lib{panel,menu,form,ncurses,ncurses++,curses}.a \
     49    ${CLFS}/usr/lib</userinput></screen>
    4950
    5051    <para os="i">Create symlinks in <filename class="directory">/usr/lib:</filename></para>
  • BOOK/final-system/common/shadow.xml

    r68ed089 ra074923  
    5858      <listitem><para>Tells Shadow to install its configuration files into
    5959      /etc, rather than /usr/etc.</para></listitem>
    60     </varlistentry> 
     60    </varlistentry>
    6161    <varlistentry>
    6262      <term><parameter>--without-libpam</parameter></term>
     
    123123
    124124<screen role="nodump"><userinput>cp ${CLFS}/etc/login.defs login.defs.orig
    125 sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig &gt; ${CLFS}/etc/login.defs</userinput></screen>
     125sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig \
     126    &gt; ${CLFS}/etc/login.defs</userinput></screen>
    126127    </note>
    127128
Note: See TracChangeset for help on using the changeset viewer.