From a3bd4d9feb6d68cd63b0b7a38182f194552896e5 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Dec 2013 00:50:05 +0000 Subject: Add a sed to diffutils so locales are properly installed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/diffutils.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b0213ba6d..53243d3c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,11 @@ 2013-12-07 + + [bdubbs] - Add a sed to diffutils so locales are + properly installed. Fixes + #3433. + [bdubbs] - Updates to the installed programs lists for several packages. Thanks to Chris Staub. Fixes diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 0d8bd5c77..d98bc500d 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -41,6 +41,10 @@ Installation of Diffutils + First fix a file so locale files are installed: + +sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in + Prepare Diffutils for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf