summaryrefslogtreecommitdiff
path: root/app/xkbcomp
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 19:07:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 19:07:00 +0000
commit31cbba1b181efc8c9aaca6d5268a71f8261088ab (patch)
treec5e21827481cd3b8093d392b5d7c910b2a9ed159 /app/xkbcomp
parent8ad951141cee7c7cb9062c8a1a7ca5f28a056bfd (diff)
xkb data files live in /etx/X11/xkb
Diffstat (limited to 'app/xkbcomp')
-rw-r--r--app/xkbcomp/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xkbcomp/Makefile.bsd-wrapper b/app/xkbcomp/Makefile.bsd-wrapper
index d974822cb..a09127169 100644
--- a/app/xkbcomp/Makefile.bsd-wrapper
+++ b/app/xkbcomp/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:16:59 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 19:06:59 matthieu Exp $
-CONFIGURE_ARGS= --datadir=$(LIBDIR)
+CONFIGURE_ARGS= --datadir=/etc
.include <bsd.xorg.mk>