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 | f5813be966f1ba771a57ff435aafb49b859ceae2 (patch) | |
tree | 5982a116e646e2f140dabb04886a66d77a314ba0 | |
parent | 12b577c0a7fde27115a3e3f75c55b249fda17e4f (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 feb4c1b..b938cb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults appdefault_DATA = Xvidtune |