From 1bfcbf84e7c619a5f4eba2b7ec245ff4479fae03 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 25 Nov 2011 20:46:59 +0000 Subject: 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 --- chapter01/changelog.xml | 7 +++++++ chapter06/coreutils.xml | 1 + 2 files changed, 8 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 86c2cb5de..ed3ecf534 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,13 @@ 2011-11-25 + + [matthew] - Install Coreutils' + libstdbuf.so to + /usr/lib/coreutils to + maintain consistency with other packages' shared library locations. + Fixes #2961. + [matthew] - Upgrade to Linux-3.1.2. Fixes #2960. 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 Now prepare Coreutils for compilation: ./configure --prefix=/usr \ + --libexecdir=/usr/lib/coreutils \ --enable-no-install-program=kill,uptime -- cgit v1.2.3-54-g00ecf