From 0f000724c64e17ac3c3c584910c094235e1e8713 Mon Sep 17 00:00:00 2001 From: Ademar de Souza Reis Jr Date: Wed, 20 Jun 2007 12:44:45 -0300 Subject: [PATCH] put config file under sysconfdir, not libdir --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5d5ba4d..7c5c913 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -configdir = $(libdir)/X11/fs +configdir = $(sysconfdir)/X11/fs bin_PROGRAMS = xfs -- 1.5.2.2