Changeset 1c4d000


Ignore:
Timestamp:
07/23/2009 08:59:30 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.5
Children:
32c0c6d
Parents:
947e3e5
Message:

Remove an unnecessary sed from Kbd's commands. Fixes #2454.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@8995 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r947e3e5 r1c4d000  
    4141      <para>2009-07-23</para>
    4242      <itemizedlist>
     43        <listitem>
     44          <para>[matthew] - Remove an unnecessary sed from Kbd's commands.
     45          Fixes <ulink url="&lfs-ticket-root;2454">#2454</ulink>.</para>
     46        </listitem>
    4347        <listitem>
    4448          <para>[matthew] - Prevent E2fsprogs from installing the fsck wrapper
  • chapter06/kbd.xml

    r947e3e5 r1c4d000  
    4949    <para>After patching, the Backspace key generates the character with code 127,
    5050    and the Delete key generates a well-known escape sequence.</para>
    51 
    52     <para>In this version of Kbd the instructions to build
    53     <filename>getkeycodes</filename>, <filename>setkeycodes</filename> and
    54     <filename>resizecons</filename> do not get passed over to the generated
    55     <filename>Makefile</filename> as they should. So that these programs
    56     are built and installed add two lines to the top of
    57     <filename>src/Makefile.in</filename>:
    58     </para>
    59 
    60 <screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \
    61     -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen>
    6251
    6352    <para>Prepare Kbd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.