aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/inetutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/inetutils.xml')
-rw-r--r--chapter08/inetutils.xml3
1 files changed, 2 insertions, 1 deletions
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 @@
<para>Prepare Inetutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/usr/bin \
--localstatedir=/var \
--disable-logger \
--disable-whois \
@@ -116,7 +117,7 @@
<para>Move a program to the proper location:</para>
-<screen><userinput remap="install">mv -v /{,s}bin/ifconfig</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/{,s}bin/ifconfig</userinput></screen>
</sect2>