diff options
Diffstat (limited to 'chapter08/bzip2.xml')
-rw-r--r-- | chapter08/bzip2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index d3b7d42c4..5d1e53469 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -89,9 +89,9 @@ make clean</userinput></screen> ln -sv libbz2.so.&bzip2-version; /usr/lib/libbz2.so</userinput></screen> <para>Install the shared <command>bzip2</command> binary into the - <filename class="directory">/bin</filename> directory:</para> + <filename class="directory">/usr/bin</filename> directory:</para> -<screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2</userinput></screen> +<screen><userinput remap="install">cp -v bzip2-shared /usr/bin/bzip2</userinput></screen> <para>Remove an useless static library:</para> |