diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-09-15 22:28:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-09-15 22:28:08 +0000 |
commit | 682a13be3d5142101ce23f501e95ffd19a5b9d17 (patch) | |
tree | d0328ac6bce0ffb0ae1bee9e2d35c8a809119a99 /chapter06/kbd.xml | |
parent | 77a2d1408986fb186955761994bf310ddd00766e (diff) |
Update to Kbd-2.0.0. Fixes #3390.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10345 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index fb7adc552..44491083f 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -50,21 +50,17 @@ <para>After patching, the Backspace key generates the character with code 127, and the Delete key generates a well-known escape sequence.</para> - <para>Fix a bug that causes some keymaps not to be loaded correctly:</para> - -<screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen> - <para>Remove the redundant <command>resizecons</command> program (it requires the defunct svgalib to provide the video mode files - for normal use <command>setfont</command> sizes the console appropriately) together with its manpage.</para> <screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure -sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen> +sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen> <para>Prepare Kbd for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen> +<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr --disable-vlock</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -119,7 +115,7 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen> <para>If desired, install the documentation:</para> <screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version; -cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> +cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> </sect2> |