Author: bdubbs
Date: Sat Dec 7 16:50:05 2013
New Revision: 10384
Log:
Add a sed to diffutils so locales are properly installed
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/diffutils.xml
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Sat Dec 7 16:19:47 2013 (r10383)
+++ trunk/BOOK/chapter01/changelog.xml Sat Dec 7 16:50:05 2013 (r10384)
@@ -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>
Modified: trunk/BOOK/chapter06/diffutils.xml
==============================================================================
--- trunk/BOOK/chapter06/diffutils.xml Sat Dec 7 16:19:47 2013 (r10383)
+++ trunk/BOOK/chapter06/diffutils.xml Sat Dec 7 16:50:05 2013 (r10384)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page