aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r--chapter06/gzip-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml
index 30581ad63..c4048e571 100644
--- a/chapter06/gzip-inst.xml
+++ b/chapter06/gzip-inst.xml
@@ -4,7 +4,7 @@
<para>Install Gzip by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-cp gzexe.in gzexe.in.backup &amp;&amp;
+cp gzexe.in{,.backup} &amp;&amp;
sed 's%"BINDIR"%/bin%' gzexe.in.backup &gt; gzexe.in &amp;&amp;
make &amp;&amp;
make install &amp;&amp;