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 | 905ded4a3825727326ccacd48a76ca221ff59a81 (patch) | |
tree | 382bd2f8746a87f4284c052fcef65717fceeb366 /Makefile.am | |
parent | fde7c43f092eba195a4a93391d9518f321ec9e40 (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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cc25d0d..a7f694f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ Bitmap-color \ |