diff options
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index ffe9de637..cfff54ef3 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -49,11 +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>Patch Kbd to fix a bug in <command>setfont</command> that is triggered - when compiling with GCC-&gcc-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen> - <para>Prepare Kbd for compilation:</para> <screen><userinput remap="configure">./configure --datadir=/lib/kbd</userinput></screen> |