summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:32:54 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-18 00:32:54 +0000
commit6dbb0ac2ad3435721cdbd9e556010926e04379f9 (patch)
treed7ae9e6f7408b157a5f99a21f78c410e1d18cb17
parentda0f86782a9172bf23efe514adf2025b936c626e (diff)
Change default install dir for app-default files from
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 50231c1..139cf6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ appman_SOURCES = \
# App default files (*.ad)
-appdefaultdir = $(sysconfdir)/X11/app-defaults
+appdefaultdir = $(libdir)/X11/app-defaults
APPDEFAULTFILES = \
Xditview \