aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-01-07 07:24:33 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-01-07 07:24:33 +0800
commit51de6f47429b98a4ed7e4975bcebadeff93ac17a (patch)
treec136d553b3dae192c7904f05a518e38e6d3048f8 /calendar/gui/Makefile.am
parentb08b8514c6eb6f336d60b13b835c08d177bcfbbc (diff)
downloadgsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.tar
gsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.tar.gz
gsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.tar.bz2
gsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.tar.lz
gsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.tar.xz
gsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.tar.zst
gsoc2013-evolution-51de6f47429b98a4ed7e4975bcebadeff93ac17a.zip
install schemas properly
2005-01-06 JP Rosevear <jpr@novell.com> * gui/Makefile.am: install schemas properly svn path=/trunk/; revision=28260
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 555be8e0ac..d2fc6de530 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -253,7 +253,7 @@ CLEANFILES = $(BUILT_SOURCES)
install-data-local:
if test -z "$(DESTDIR)"; then \
for p in $(schema_DATA); do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p; \
done; \
fi