Changeset 5811db8 in clfs-sysroot for BOOK/final-system/common/gzip.xml


Ignore:
Timestamp:
Dec 11, 2006, 1:39:56 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3e71b22
Parents:
1593ff0
Message:

Updated Gzip to 1.3.7.

File:
1 edited

Legend:

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

    r1593ff0 r5811db8  
    3131    --prefix=/usr</userinput></screen>
    3232
    33     <para os="c">The <command>gzexe</command> script has the location of the
    34     <command>gzip</command> binary hard-wired into it. Because the
    35     location of the binary is changed later, the following command ensures
    36     that the new location gets placed into the script:</para>
    37 
    38 <screen os="d"><userinput>chmod +w gzexe.in
    39 cp gzexe.in{,.orig}
    40 sed 's@"BINDIR"@/bin@g' gzexe.in.orig &gt; gzexe.in</userinput></screen>
    41 
    42     <para os="e">Compile the package:</para>
    43 
    44 <screen os="f"><userinput>make</userinput></screen>
    45 
    46     <para os="g">Install the package:</para>
    47 
    48 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    49 
    50     <para os="i">Move the <command>gzip</command> program to the <filename
     33    <para os="c">Compile the package:</para>
     34
     35<screen os="d"><userinput>make</userinput></screen>
     36
     37    <para os="e">Install the package:</para>
     38
     39<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     40
     41    <para os="g">Move the <command>gzip</command> program to the <filename
    5142    class="directory">/bin</filename> directory and create some commonly
    5243    used symlinks to it:</para>
    5344
    54 <screen os="j"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin
     45<screen os="h"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin
    5546rm -v ${CLFS}/usr/bin/{gunzip,zcat}
    5647ln -sv gzip ${CLFS}/bin/gunzip
Note: See TracChangeset for help on using the changeset viewer.