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 | 3dbe6f823ce929fee91555933312c2ad81c6f371 (patch) | |
tree | 5f997d0479a03ed71cd14355bc000bb81801ac17 /Makefile.am | |
parent | cd4bfca48225f3eb78095f4437be8667c9dde5a6 (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 2a52f68..88dbdc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,7 +149,7 @@ SUFFIXES = .ad .ad: cp $< $@ -appdefaultdir = $(sysconfdir)/X11/app-defaults +appdefaultdir = $(libdir)/X11/app-defaults appdefault_DATA = $(APPDEFAULTFILES) CLEANFILES = $(APPDEFAULTFILES) Xedit.ad |