[PATCH xsm] install: Use sysconfdir instead of libdir for config files.
Alan Coopersmith
alan.coopersmith at oracle.com
Sun Jan 6 12:18:05 PST 2013
On 01/ 3/13 10:59 AM, Egbert Eich wrote:
> 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 at freedesktop.org>
> ---
> 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\"
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list