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 | b64cb46692739f59bb648753a6c16d80c032b46b (patch) | |
tree | 5ce419774b33626d8d60e94c5bc1de64161c048c /Makefile.am | |
parent | c7d2af3102968f14f5d4a5db2c968beca4c701c9 (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 50c3ba6..7a98f25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |