diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 20:59:14 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 20:59:14 +0000 |
commit | d5de16b07a4dbf73305e595896950aca6265f89e (patch) | |
tree | 14653164463ffc1557d40cc13695aeb8ef47d568 /chapter06 | |
parent | ec8ebf26a2a5521387d110cdbc4c3a079a241a41 (diff) |
Remove an unnecessary sed from Kbd's commands. Fixes #2454.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8994 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 1da18f61a..3b5360f46 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -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> |