Changeset ef13657 for chapter06/gzip.xml


Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    r6e41459 ref13657  
    3535
    3636<para>The <command>gzexe</command> script has the location of the
    37 <command>gzip</command> binary hard-wired into it. Because we later change
    38 the location of the binary, the following command ensures that the new
    39 location gets placed into the script:</para>
     37<command>gzip</command> binary hard-wired into it. Because the
     38location of the binary is changed later, the following command ensures
     39that the new location gets placed into the script:</para>
    4040
    4141<screen><userinput>sed -i 's@"BINDIR"@/bin@g' gzexe.in</userinput></screen>
     
    8383<listitem>
    8484<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
    85 <para>is used to create self-uncompressing executable files.</para>
     85<para>used to create self-uncompressing executable files.</para>
    8686</listitem>
    8787</varlistentry>
     
    182182
    183183</sect1>
     184
Note: See TracChangeset for help on using the changeset viewer.