diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-03 22:47:39 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-03 22:47:39 +0000 |
commit | 5763f6758eff4e014e353fca57c2064915c46544 (patch) | |
tree | e61156e65964d02bfffcbbe068f6e07c3c6bf966 /chapter06/gzip.xml | |
parent | d27a27bee96bda9893300fa12df48f5789d2c0c3 (diff) |
Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index c5a65e9b0..a0ef7800b 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -17,9 +17,10 @@ Estimated required disk space: &gzip-compsize;</screen> <screen><userinput>./configure --prefix=/usr</userinput></screen> -<para>The gzexe program has the location of the gzip binary hard-wired 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>The <userinput>gzexe</userinput> program 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> <screen><userinput>cp gzexe.in{,.backup} sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in</userinput></screen> |