[PATCH proxymngr] install: Use sysconfdir instead of libdir for config files.
Egbert Eich
eich at freedesktop.org
Thu Jan 3 10:41:30 PST 2013
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 4877985..a20f483 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = proxymngr
-CONFIG_DIR = $(libdir)/X11/proxymngr
+CONFIG_DIR = $(sysconfdir)/X11/proxymngr
AM_CFLAGS = \
$(CWARNFLAGS) \
--
1.7.7
More information about the xorg-devel
mailing list