diff options
author | Egbert Eich <eich@freedesktop.org> | 2011-05-19 09:47:25 +0200 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2013-01-10 10:50:59 -0500 |
commit | ce8aac0657d0e1b0e6c1ca148456d48b87cafd4f (patch) | |
tree | c987a816eca45a219baf87b74a8bcab0e8e4577e | |
parent | 29818ff0b7af752639c203237de6c3a4d84da2c2 (diff) |
install: Use sysconfdir instead of libdir for config files.
Most X packages today install their config files in sysconfigdir,
only a few are left which still put their configuration in libdir.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0180d3f..4fa81b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = man bin_PROGRAMS = xsm -SYSTEM_INIT_DIR = $(libdir)/X11/xsm +SYSTEM_INIT_DIR = $(sysconfdir)/X11/xsm AM_CFLAGS = $(XSM_CFLAGS) $(CWARNFLAGS) -DRSHCMD=\"@RSH@\" \ -DSYSTEM_INIT_FILE=\"$(SYSTEM_INIT_DIR)/system.xsm\" |