aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gzip.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 6294e6906..3b609ac7d 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -32,8 +32,7 @@ GCC, Glibc, Grep, Make, Sed.</para>
the location of the binary, the following command ensures 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>
+<screen><userinput>sed -i 's%"BINDIR"%/bin%' gzexe.in</userinput></screen>
<para>Compile the package:</para>