diff options
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index bc032f049..6b1c4f695 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -21,7 +21,7 @@ make clean</userinput></screen> <para>The <emphasis>-f</emphasis> flag will cause Bzip2 to be built using a different <filename>Makefile</filename> file, in this case the <filename>Makefile-libbz2_so</filename> file, which creates a dynamic -<filename>libbz2.so</filename> library and links the bzip2 utilities +<filename>libbz2.so</filename> library and links the Bzip2 utilities against it.</para> <para>Compile the package:</para> @@ -34,7 +34,7 @@ against it.</para> <para>And install the shared <userinput>bzip2</userinput> binary into the <filename class="directory">/bin</filename> directory, then make some -necessary symbolic links, and clean up.</para> +necessary symbolic links, and clean up:</para> <screen><userinput>cp bzip2-shared /bin/bzip2 cp -a libbz2.so* /lib |