mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 21:59:21 +01:00
Corrected text in gzip instructions - proper explanation of the reason for the sed command - Bug 551
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2b18510594
commit
74b6e0ce7f
@ -82,6 +82,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 4th, 2003 [jeremy]: Chapter 6 - Gzip:
|
||||
Altered text to better explain the reason behind the sed command
|
||||
used in the gzip installation. Closes bug 551.</para></listitem>
|
||||
|
||||
<listitem><para>September 4th, 2003 [jeremy]: Chapter 4 - Downloading
|
||||
patches: Added a note regarding Tushar's patches project, and a link
|
||||
to the patches home page.</para></listitem>
|
||||
|
@ -7,9 +7,9 @@
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
|
||||
|
||||
<para>Change the default installation directory for Gzip so it will
|
||||
be installed in the <filename class="directory">/bin</filename>
|
||||
directory:</para>
|
||||
<para>The gzexe program has the location of the gzip binary hardcoded into
|
||||
it. Because we later change the location of this binary, the following
|
||||
command will place the new location into the gzexe binary.</para>
|
||||
|
||||
<para><screen><userinput>cp gzexe.in{,.backup}
|
||||
sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in</userinput></screen></para>
|
||||
|
Loading…
Reference in New Issue
Block a user