diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8a8892405..300e2eea1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2009-07-23 + + [matthew] - Remove an unnecessary sed from Kbd's commands. + Fixes #2454. + [matthew] - Prevent E2fsprogs from installing the fsck wrapper as this is provided by Util-Linux-NG. Fixes 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 @@ After patching, the Backspace key generates the character with code 127, and the Delete key generates a well-known escape sequence. - In this version of Kbd the instructions to build - getkeycodes, setkeycodes and - resizecons do not get passed over to the generated - Makefile as they should. So that these programs - are built and installed add two lines to the top of - src/Makefile.in: - - -sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \ - -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in - Prepare Kbd for compilation: ./configure --prefix=/usr --datadir=/lib/kbd