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 | fbfdcd1c2e760014c5c0632c785e405f20d759e1 (patch) | |
tree | cf442d8dd0fc4a4415a6e6d8831b2ba353563f87 | |
parent | 971fdf46fa6a43b121db4a8e64dcde62dab0a85e (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 be1c199..4c0a1a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,7 +133,7 @@ chooser_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = Chooser |