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.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml
index 9022dfe96..1eb523511 100644
--- a/chapter06/gzip-inst.xml
+++ b/chapter06/gzip-inst.xml
@@ -11,7 +11,7 @@
be installed in the <filename class="directory">/bin</filename>
directory:</para>
-<para><screen><userinput>cp gzexe.in{,.backup} &amp;&amp;
+<para><screen><userinput>cp gzexe.in{,.backup}
sed 's%"BINDIR"%/bin%' gzexe.in.backup &gt; gzexe.in</userinput></screen></para>
<para>Continue with compiling the package:</para>
@@ -25,10 +25,10 @@ sed 's%"BINDIR"%/bin%' gzexe.in.backup &gt; gzexe.in</userinput></screen></para>
<para>Move the Gzip binaries to the <filename
class="directory">/bin</filename> directory:</para>
-<para><screen><userinput>mv /usr/bin/gzip /bin &amp;&amp;
-rm /usr/bin/{gunzip,zcat} &amp;&amp;
-ln -s gzip /bin/gunzip &amp;&amp;
-ln -s gzip /bin/zcat &amp;&amp;
+<para><screen><userinput>mv /usr/bin/gzip /bin
+rm /usr/bin/{gunzip,zcat}
+ln -s gzip /bin/gunzip
+ln -s gzip /bin/zcat
ln -s gunzip /bin/uncompress</userinput></screen></para>
</sect2>