Changeset 884b14a in clfs-sysroot


Ignore:
Timestamp:
Jul 11, 2009, 5:55:31 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
5a30b49
Parents:
1b2e691
Message:

Text Updates.

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

Legend:

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

    r1b2e691 r884b14a  
    5050<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5151
    52     <para os="g">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para>
     52    <para os="g">Now we will move some of utilities to
     53    <filename class="directory">/usr/bin</filename> to meet FHS compliance:</para>
    5354
    5455<screen os="h"><userinput>mv ${CLFS}/bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} \
  • BOOK/final-system/common/less.xml

    r1b2e691 r884b14a  
    5353<screen os="g"><userinput>make prefix=${CLFS}/usr install</userinput></screen>
    5454
    55     <para os="h">Move less to /bin:</para>
     55    <para os="h">Move <command>less</command> to
     56    <filename class="directory">/bin</filename>:</para>
    5657
    5758<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/less ${CLFS}/bin</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.