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 | ac718f3f9c7f5b54928994be5b3a790c11d1cf50 (patch) | |
tree | 5c0e4082b9ec63eeedd873fa06be0c728429f58a | |
parent | 66569f4ab785eb3d2885c181ec38dd80d5043f17 (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 37c9851..fe65b44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ appman_SOURCES = \ # App default files (*.ad) -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults APPDEFAULTFILES = \ |