Author: matthew
Date: 2009-07-23 14:59:30 -0600 (Thu, 23 Jul 2009)
New Revision: 8995

Modified:
   branches/6.5/BOOK/chapter01/changelog.xml
   branches/6.5/BOOK/chapter06/kbd.xml
Log:
Remove an unnecessary sed from Kbd's commands. Fixes #2454.

Modified: branches/6.5/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.5/BOOK/chapter01/changelog.xml   2009-07-23 20:59:14 UTC (rev 
8994)
+++ branches/6.5/BOOK/chapter01/changelog.xml   2009-07-23 20:59:30 UTC (rev 
8995)
@@ -41,6 +41,10 @@
       <para>2009-07-23</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Remove an unnecessary sed from Kbd's commands.
+          Fixes <ulink url="&lfs-ticket-root;2454">#2454</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Prevent E2fsprogs from installing the fsck wrapper
           as this is provided by Util-Linux-NG. Fixes
           <ulink url="&lfs-ticket-root;2453">#2453</ulink>.</para>

Modified: branches/6.5/BOOK/chapter06/kbd.xml
===================================================================
--- branches/6.5/BOOK/chapter06/kbd.xml 2009-07-23 20:59:14 UTC (rev 8994)
+++ branches/6.5/BOOK/chapter06/kbd.xml 2009-07-23 20:59:30 UTC (rev 8995)
@@ -49,17 +49,6 @@
     <para>After patching, the Backspace key generates the character with code 
127,
     and the Delete key generates a well-known escape sequence.</para>
 
-    <para>In this version of Kbd the instructions to build
-    <filename>getkeycodes</filename>, <filename>setkeycodes</filename> and
-    <filename>resizecons</filename> do not get passed over to the generated
-    <filename>Makefile</filename> as they should. So that these programs
-    are built and installed add two lines to the top of
-    <filename>src/Makefile.in</filename>:
-    </para>
-
-<screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = 
@KEYCODES_PROGS@' \
-    -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' 
src/Makefile.in</userinput></screen>
-
     <para>Prepare Kbd for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr 
--datadir=/lib/kbd</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to