diff options
Diffstat (limited to 'xkbcomp/xkbpath.c')
-rw-r--r-- | xkbcomp/xkbpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/xkbpath.c b/xkbcomp/xkbpath.c index 0a7329c8e..5c71ba089 100644 --- a/xkbcomp/xkbpath.c +++ b/xkbcomp/xkbpath.c @@ -37,7 +37,7 @@ #include "xkbpath.h" #ifndef DFLT_XKB_CONFIG_ROOT -#define DFLT_XKB_CONFIG_ROOT "/usr/lib/X11/xkb" +#define DFLT_XKB_CONFIG_ROOT "xkb" #endif #ifndef PATH_MAX |