summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-29 12:30:12 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-29 12:30:12 +0000
commit48ead4420e7b3091eb9953a228222200055c9b1d (patch)
tree0eca2f87443ad011e37510096856783ee6644460 /app
parent9c0c28de7e2ad4d85b801aa2e75ef73cf370229c (diff)
Install configuration in /etc/X11
Diffstat (limited to 'app')
-rw-r--r--app/xsm/Makefile.am2
-rw-r--r--app/xsm/Makefile.bsd-wrapper4
2 files changed, 4 insertions, 2 deletions
diff --git a/app/xsm/Makefile.am b/app/xsm/Makefile.am
index bad4d3bc2..027230a3a 100644
--- a/app/xsm/Makefile.am
+++ b/app/xsm/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xsm
-SYSTEM_INIT_DIR = $(libdir)/X11/xsm
+SYSTEM_INIT_DIR = $(datadir)/X11/xsm
xsm_CFLAGS = $(XSM_CFLAGS) -DRSHCMD=\"@RSH@\" \
diff --git a/app/xsm/Makefile.bsd-wrapper b/app/xsm/Makefile.bsd-wrapper
index 3dde31cba..5b464b1b4 100644
--- a/app/xsm/Makefile.bsd-wrapper
+++ b/app/xsm/Makefile.bsd-wrapper
@@ -1,3 +1,5 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:27 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/29 12:30:11 matthieu Exp $
+
+CONFIGURE_ARGS= --datadir=/etc
.include <bsd.xorg.mk>