diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-12 20:36:25 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-12 20:36:25 +0000 |
commit | 362600b8ff6088ba27a300bcf7c0a46ae285dfe8 (patch) | |
tree | fcad287b25cbffa6d5a973210f7b644a000afad5 /chapter06/kbd.xml | |
parent | 3c6ec2721f8deee02dcec1b7e9b34f67ba0161c9 (diff) |
Upgrade to Kbd-1.15.1. Fixes #2501.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 3b5360f46..6907c6616 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -40,6 +40,11 @@ <sect2 role="installation"> <title>Installation of Kbd</title> + <para>The Kbd package doesn't come shipped with the standard configure + scripts, so generate them now:</para> + +<screen><userinput remap="pre">autoreconf</userinput></screen> + <para>The behaviour of the Backspace and Delete keys is not consistent across the keymaps in the Kbd package. The following patch fixes this issue for i386 keymaps:</para> |