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 | b70f6692231e994bb57b4e51c09ab5535241713c (patch) | |
tree | 4f2a6b4eb69c49390a5790f694ceee147c34dbe8 | |
parent | 630e728f987a8fcd53d1a0076bca0834d45e132f (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 707c067..2f90d23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |