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
ln -sv libbz2.so.&bzip2-version; /usr/lib/libbz2.so
Install the shared bzip2 binary into the
- /bin directory:
+ /usr/bin directory:
-cp -v bzip2-shared /bin/bzip2
+cp -v bzip2-shared /usr/bin/bzip2
Remove an useless static library:
diff --git a/chapter08/inetutils.xml b/chapter08/inetutils.xml
index b79a0b782..b80db6f1d 100644
--- a/chapter08/inetutils.xml
+++ b/chapter08/inetutils.xml
@@ -43,6 +43,7 @@
Prepare Inetutils for compilation:
./configure --prefix=/usr \
+ --bindir=/usr/bin \
--localstatedir=/var \
--disable-logger \
--disable-whois \
@@ -116,7 +117,7 @@
Move a program to the proper location:
-mv -v /{,s}bin/ifconfig
+mv -v /usr/{,s}bin/ifconfig