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 | 9f611ea299778259fe32babf8ef1fddbba5d60e0 (patch) | |
tree | a8118d73f2937a8d066f0891e857d1e9540d747d | |
parent | e7eff33b947e45c4af7b592f915cd3af86d2238b (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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3bcf349..b0f4eb3 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 = \ Xfd |