diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 21:47:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 21:47:10 +0000 |
commit | dad1b16187af444eb02129b622d0c97f89335403 (patch) | |
tree | 8b6a8dc0ab82d65f1132a5e2a91a426dbcc8e965 /chapter06/coreutils.xml | |
parent | 634aa8990c49a16afc1f11d420dac7b2400e4f4a (diff) |
Fix the location of Coreutils' libstdbuf.so. Fixes #2976.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7de4ebb55..dd8062acd 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -68,9 +68,8 @@ esac</userinput></screen> <para>Now prepare Coreutils for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --libexecdir=/usr/lib/coreutils \ - --enable-no-install-program=kill,uptime</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \ +--enable-no-install-program=kill,uptime</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |