diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:32:55 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 00:32:55 +0000 |
commit | b6bc1985f3241a1e8bf4896ddc0ba62cc8d52bbb (patch) | |
tree | 1f9abb5de5b2a4756c325933635fa4700942e048 | |
parent | 8a0d8f1a09e3f9f81cd3a254bf129dfb194631c0 (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 22cdc1f..e985044 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |