0dabd7afdd
-Add patches for various keymap additions/corrections. (This needs testing, and there's probably more to do). -Add INSTALL/DEINSTALL scripts to do housekeeping tasks properly. -Set myself as maintainer. -Add user-destdir support (another reason for INSTALL/DEINSTALL). -Added variables which could be set by the user. Please let me know if you have any questions/comments.
13 lines
429 B
Text
13 lines
429 B
Text
$NetBSD: patch-aj,v 1.1 2007/11/09 05:26:43 bsadewitz Exp $
|
|
|
|
--- configure.orig 2007-11-08 22:19:01.000000000 -0500
|
|
+++ configure
|
|
@@ -5110,7 +5110,7 @@ else
|
|
echo " Symbolic link(s) to legacy rules: $xkb_rules_symlink"
|
|
fi
|
|
|
|
-if test "$enable_compat_rules" == "yes" ; then
|
|
+if test "$enable_compat_rules" = "yes" ; then
|
|
echo " Compatibility rules are included"
|
|
else
|
|
echo " Compatibility rules are not included"
|