diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:32:54 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:32:54 +0000 |
commit | 63b7fa0f97e2f2da1817b8abd0a47d6bc5ee86f8 (patch) | |
tree | 8e85e9748ac0aed52ada349fdb7dbf23b4e36bf9 /Makefile.am | |
parent | 27299597d3c7d2223de97a2fd510a33247795a8e (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 d488044..aff61a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |