diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-05-16 03:06:47 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-05-16 03:06:47 +0100 |
commit | 7fbfed56688ea26852ae1562619b08612cc1ca21 (patch) | |
tree | c5bb55312b08f4f4e663de106bb8116cd1d284be /chapter08/bzip2.xml | |
parent | 59fef4c47ec96d7c10db3b8c24790142018f131c (diff) |
For consistency, do not use /bin in bzip2 and inetutils.
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> |