aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/inetutils.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-11-15 01:39:12 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-11-15 01:39:12 +0000
commit6b1751c7f4cfc9036650f3cc22fbd27999c0c66f (patch)
tree4f059739e83653c163d04761c7f3bc7bdc81edf4 /chapter06/inetutils.xml
parentcbb49cd7054501ac36f5d66640e7141b0c306b34 (diff)
Reverting Inetutils change back to previous --libexecdir=/usr/sbin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r--chapter06/inetutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index acb4996e4..fd448abdb 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -16,7 +16,7 @@ Estimated required disk space: &inetutils-compsize;</screen>
<para>Prepare Inetutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --disable-syslogd \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/lib --disable-logger \
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \
&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-whois --disable-servers</userinput></screen>