diff options
-rw-r--r-- | chapter06/bzip2.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 058a0e6ee..da427ce5c 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -32,7 +32,11 @@ against it.</para> <screen><userinput>make</userinput></screen> -<para>Install it:</para> +<para>If you are reinstalling Bzip2, you will now first have to do +<userinput>rm -f /usr/bin/bz*</userinput>, otherwise the following +<userinput>make install</userinput> will fail.</para> + +<para>Install the programs:</para> <screen><userinput>make install</userinput></screen> |