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 | 6b6f7ea565d3d034ff3406be3c8538a058100203 (patch) | |
tree | 52536e3bb88f0335e319de237c3a8546dd521973 | |
parent | ee6d1e9b005eaf30cff6ac3dd9cc40919e90d884 (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 6fe012c..d3d1c85 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 = \ Editres-color \ |