Ignore:
Timestamp:
Dec 7, 2006, 2:08:44 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:
9368709
Parents:
69af1b1
Message:

Update to Gzip 1.3.7

File:
1 edited

Legend:

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

    r69af1b1 rc47e2c5  
    3030<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3131
    32     <para os="c">The <command>gzexe</command> script has the location of the
    33     <command>gzip</command> binary hard-wired into it. Because the
    34     location of the binary is changed later, the following command ensures
    35     that the new location gets placed into the script:</para>
    36 
    37 <screen os="d"><userinput>sed -i 's@"BINDIR"@/bin@g' gzexe.in</userinput></screen>
    38 
    39     <para os="e">Compile the package:</para>
    40 
    41 <screen os="f"><userinput>make</userinput></screen>
    42 
    43     <para os="g">This package does not come with a test suite.</para>
    44 
    45     <para os="h">Install the package:</para>
    46 
    47 <screen os="i"><userinput>make install</userinput></screen>
    48 
    49     <para os="j">Move the <command>gzip</command> program to the <filename
     32    <para os="c">Compile the package:</para>
     33
     34<screen os="d"><userinput>make</userinput></screen>
     35
     36    <para os="e">This package does not come with a test suite.</para>
     37
     38    <para os="f">Install the package:</para>
     39
     40<screen os="g"><userinput>make install</userinput></screen>
     41
     42    <para os="h">Move the <command>gzip</command> program to the <filename
    5043    class="directory">/bin</filename> directory and create some commonly
    5144    used symlinks to it:</para>
    5245
    53 <screen os="k"><userinput>mv -v /usr/bin/gzip /bin
     46<screen os="i"><userinput>mv -v /usr/bin/gzip /bin
    5447rm -v /usr/bin/{gunzip,zcat}
    5548ln -sv gzip /bin/gunzip
Note: See TracChangeset for help on using the changeset viewer.