diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index a95cb91ee..44ccc6966 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -52,13 +52,10 @@ using a different <filename>Makefile</filename> file, in this case the <filename class="libraryfile">libbz2.so</filename> library and links the Bzip2 utilities against it.</para> -<para>Compile the package:</para> +<para>Compile and test the package:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: -<userinput>make test</userinput>.</para> - <para>If reinstalling Bzip2, perform <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the following <command>make install</command> will fail.</para> |