[PATCH xinit] install: Use sysconfdir instead of libdir for config files.

Alan Coopersmith alan.coopersmith at oracle.com
Sun Jan 6 12:20:49 PST 2013


On 01/ 3/13 10:55 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>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index db65b4c..c7fb0ab 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -50,7 +50,7 @@ DEFAULT_XTERM=xterm
>  DEFAULT_XSERVER=${bindir}/X
>  DEFAULT_XAUTH=xauth
>  DEFAULT_XINIT=xinit
> -DEFAULT_XINITDIR=${libdir}/X11/xinit
> +DEFAULT_XINITDIR=${sysconfdir}/X11/xinit
>  
>  AC_ARG_WITH(xrdb,
>  	 AS_HELP_STRING([--with-xrdb=XRDB], [Path to xrdb]),

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