Changeset 6ae0bf6 in clfs-sysroot for BOOK/final-system/common/gzip.xml


Ignore:
Timestamp:
Feb 19, 2007, 2:29:20 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
090d748
Parents:
461c81fd
Message:

Updated gzip to 1.3.11.

File:
1 edited

Legend:

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

    r461c81fd r6ae0bf6  
    2929
    3030<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --prefix=/usr</userinput></screen>
     31    --prefix=/usr --bindir=/bin</userinput></screen>
    3232
    3333    <para os="c">Compile the package:</para>
     
    3939<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4040
    41     <para os="g">Move the <command>gzip</command> program to the <filename
    42     class="directory">/bin</filename> directory and create some commonly
    43     used symlinks to it:</para>
    44 
    45 <screen os="h"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin
    46 rm -v ${CLFS}/usr/bin/{gunzip,zcat}
    47 ln -sv gzip ${CLFS}/bin/gunzip
    48 ln -sv gzip ${CLFS}/bin/zcat
    49 ln -sv gzip ${CLFS}/bin/compress
    50 ln -sv gunzip ${CLFS}/bin/uncompress</userinput></screen>
     41    <para os="g">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para>
     42
     43<screen os="h"><userinput>mv /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen>
    5144
    5245  </sect2>
Note: See TracChangeset for help on using the changeset viewer.