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 | 677a1f2616a47bec64bddf2d7424551dbf9bcae3 (patch) | |
tree | 305c9c424625b546cb42e7dcd5737adfbf13988e | |
parent | e76fafcfd736eb3a0ee87ad5ba9b51a5e8e8649c (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 8a6e230..e4d34f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ gram.h: gram.c # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |