aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r--chapter06/bzip2-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index a26bb1919..cf2abcd81 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -3,8 +3,8 @@
<para>Install Bzip2 by running the following commands:</para>
-<para><screen><userinput>make &amp;&amp;
-make -f Makefile-libbz2_so &amp;&amp;
+<para><screen><userinput>make -f Makefile-libbz2_so &amp;&amp;
+make &amp;&amp;
rm /usr/bin/bz* &amp;&amp;
make PREFIX=/usr install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;