diff options
Diffstat (limited to 'chapter05/bzip2.xml')
-rw-r--r-- | chapter05/bzip2.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml index 2954f2679..0592d1de0 100644 --- a/chapter05/bzip2.xml +++ b/chapter05/bzip2.xml @@ -28,12 +28,10 @@ <title>Installation of Bzip2</title> <para>The Bzip2 package does not contain a <command>configure</command> -script. Compile it with:</para> +script. Compile and test it with:</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make test</userinput>.</para> - <para>Install the package:</para> <screen><userinput>make PREFIX=/tools install</userinput></screen> |