Ignore:
Timestamp:
Feb 17, 2007, 2:37:55 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0c2e5d7
Parents:
4f3f023
Message:

Update to Gzip 1.3.11

File:
1 edited

Legend:

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

    r4f3f023 re2060c1  
    2828    <para os="a">Prepare Gzip for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
     
    3434<screen os="d"><userinput>make</userinput></screen>
    3535
    36     <para os="e">This package does not come with a test suite.</para>
     36    <para os="e">To test the results, issue: make check.</para>
    3737
    3838    <para os="f">Install the package:</para>
     
    4040<screen os="g"><userinput>make install</userinput></screen>
    4141
    42     <para os="h">Move the <command>gzip</command> program to the <filename
    43     class="directory">/bin</filename> directory and create some commonly
    44     used symlinks to it:</para>
    45 
    46 <screen os="i"><userinput>mv -v /usr/bin/gzip /bin
    47 rm -v /usr/bin/{gunzip,zcat}
    48 ln -sv gzip /bin/gunzip
    49 ln -sv gzip /bin/zcat
    50 ln -sv gzip /bin/compress
    51 ln -sv gunzip /bin/uncompress</userinput></screen>
     42    <para os="h">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para>
     43
     44<screen os="i"><userinput>mv /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen>
    5245
    5346  </sect2>
Note: See TracChangeset for help on using the changeset viewer.