aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:46:59 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:46:59 +0000
commit1bfcbf84e7c619a5f4eba2b7ec245ff4479fae03 (patch)
tree7676cbc1f0c1367918f4ca239b17e6d98abc97d2 /chapter06
parentd97837d6470791cb19b4a8f6fac97b333ef669ab (diff)
Change libstdbuf.so's installation location to /usr/lib/coreutils. Fixes #2961.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index db4aa4c9d..43a8c5418 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -65,6 +65,7 @@ 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>
<variablelist>