diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:32:53 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:32:53 +0000 |
commit | 9524650fad38958f6be53a65a809a77b4b0c3f12 (patch) | |
tree | 3687c3624d884e607596a7c6ddc4e2abc8664bd9 /Makefile.am | |
parent | 648d403d9f57c10c4f6f8906eb365793adc34fcd (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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 617832b..62be8a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |