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 | b49b3e79cb2ead41f5172a69d887212cc5e16729 (patch) | |
tree | 8be15fefa4d047c4bc7ccb0453db1ea8ff0ac79b | |
parent | 94aa3aed9016a31f7f946d43412de948857c22ae (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 3b89ea8..ab759c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults EXTRA_DIST = \ Beforelight.ad |