Ticket #2436: update-kbd.patch
File update-kbd.patch, 904 bytes (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter06/kbd.xml
60 60 <screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \ 61 61 -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen> 62 62 63 <para>This version of Kbd will also install man pages for optional programs64 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_PROGS68 sed -i "s/ifdef $var/ifeq (\$($var),yes)/" man/Makefile.in69 unset var</userinput></screen>70 71 63 <para>Prepare Kbd for compilation:</para> 72 64 73 65 <screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>