diff options
-rw-r--r-- | chapter08/bzip2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index bc38c6023..c842e5cd9 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -97,7 +97,7 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> <para>Remove an useless static library:</para> -<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen> +<screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen> </sect2> |