aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-03 05:12:53 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-03 05:12:53 +0000
commitc468484e6c932e8a2f9c242624684a080ad5efb7 (patch)
treedaa565c59c543124810f37138d9c5ca8c87491a6 /chapter06/coreutils.xml
parent2ec973e241743172d9fbd56a687d025667a08217 (diff)
Suppress installation of uptime in coreutils. Thanks to Randy McMurchy. Fixes #2133.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 3d7be3c19..2fff06ffb 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -67,7 +67,7 @@
<para>Now prepare Coreutils for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill,uptime</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>