Install configuration in /etc/X11

This commit is contained in:
matthieu 2006-11-29 12:30:11 +00:00
parent 90a7aefc6c
commit 21a52a550f
2 changed files with 4 additions and 2 deletions

View File

@ -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@\" \

View File

@ -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>