aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-01-07 07:23:53 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-01-07 07:23:53 +0800
commitb08b8514c6eb6f336d60b13b835c08d177bcfbbc (patch)
tree6d88c4b92cf154c0201fb09136c4fde62e3fd1db /addressbook/gui/component
parent690d25e36f40ef23056da6d3064d07c250651494 (diff)
downloadgsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar
gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.gz
gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.bz2
gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.lz
gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.xz
gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.zst
gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.zip
install schemas properly
2005-01-06 JP Rosevear <jpr@novell.com> * gui/component/Makefile.am: install schemas properly svn path=/trunk/; revision=28259
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 887112c6ff..a2798ec665 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -76,7 +76,7 @@ schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas)
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