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 | b0d618388ae24bb2bbcfbb43b313306b3b8d342f (patch) | |
tree | 95c6c79657c9676396481c982491ca38488ac99d | |
parent | 933a86b8c6d64e974b314c5e3617fa2cbb213cce (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 cc26399..6083e63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |