Ticket #2436: update-kbd.patch

File update-kbd.patch, 904 bytes (added by chris@…, 15 years ago)

Update Kbd instructions

  • trunk/BOOK/chapter06/kbd.xml

     
    6060<screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \
    6161    -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen>
    6262
    63     <para>This version of Kbd will also install man pages for optional programs
    64     even if we don't use the <parameter>--enable-optional-progs</parameter>
    65     option to build them. Fix this behavior:</para>
    66 
    67 <screen><userinput remap="pre">var=OPTIONAL_PROGS
    68 sed -i "s/ifdef $var/ifeq (\$($var),yes)/" man/Makefile.in
    69 unset var</userinput></screen>
    70 
    7163    <para>Prepare Kbd for compilation:</para>
    7264
    7365<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>