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 | e47bd2f5b354a14af9ba84cf9900dfc8e2f51b80 (patch) | |
tree | 2a120103aee379bdded187552abe71f070308543 | |
parent | f1d6f0ee06acfb84ebbfa5841e18d9b3301c8619 (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 7866bb8..3866c87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |