aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-05 22:26:09 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-05 22:26:09 +0000
commit555fe1ca4c79636035f8bb3d466e52079ea2c45b (patch)
tree96de04a5cdf5fbbb942a061f7bb802649eda05a3 /chapter06/gzip.xml
parentdf8644d102d15ef245cc5febfc4ab436680fc1f9 (diff)
Rewording, as gzexe is a script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r--chapter06/gzip.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index a0ef7800b..7e097a06e 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -17,10 +17,10 @@ Estimated required disk space: &gzip-compsize;</screen>
<screen><userinput>./configure --prefix=/usr</userinput></screen>
-<para>The <userinput>gzexe</userinput> program has the location of the
+<para>The <userinput>gzexe</userinput> script has the location of the
<userinput>gzip</userinput> binary hard-wired into it. Because we later change
-the location of this latter binary, the following command assures that the new
-location gets placed into the binary:</para>
+the location of the binary, the following command assures that the new
+location gets placed into the script:</para>
<screen><userinput>cp gzexe.in{,.backup}
sed 's%"BINDIR"%/bin%' gzexe.in.backup &gt; gzexe.in</userinput></screen>