diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-08 00:50:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-08 00:50:05 +0000 |
commit | a3bd4d9feb6d68cd63b0b7a38182f194552896e5 (patch) | |
tree | 77bb205ee0460e2282c745c3346dd567121052e2 | |
parent | f6b1d91be56ece5e06e379ca6efcddb1afc70543 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/diffutils.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b0213ba6d..53243d3c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ <para>2013-12-07</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add a sed to diffutils so locales are + properly installed. Fixes + <ulink url="&lfs-ticket-root;3433">#3433</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Updates to the installed programs lists for several packages. Thanks to Chris Staub. Fixes <ulink url="&lfs-ticket-root;3432">#3432</ulink>.</para> 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 @@ <sect2 role="installation"> <title>Installation of Diffutils</title> + <para>First fix a file so locale files are installed:</para> + +<screen><userinput remap="pre">sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen> + <para>Prepare Diffutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |