aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/inetutils.xml
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2021-05-16 03:06:47 +0100
committerKen Moffat <ken@linuxfromscratch.org>2021-05-16 03:06:47 +0100
commit7fbfed56688ea26852ae1562619b08612cc1ca21 (patch)
treec5bb55312b08f4f4e663de106bb8116cd1d284be /chapter08/inetutils.xml
parent59fef4c47ec96d7c10db3b8c24790142018f131c (diff)
For consistency, do not use /bin in bzip2 and inetutils.
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>