summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-01-29 00:48:05 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-01-29 00:48:05 +0000
commit17ba412719373dd92415c20a0aa3c3c672f799d1 (patch)
treefa5dd1da2d2a4d7fdeb3bc6d839ab72faa67f709 /data
parent0b579d9c5e7822da6a3608dd21c508ec9fa72f03 (diff)
Patch from Christian Persch <chpe@svn.gnome.org> to fix redirection of the
2007-01-29 Bastien Nocera <hadess@hadess.net> * data/Makefile.am: Patch from Christian Persch <chpe@svn.gnome.org> to fix redirection of the gconftool-2 command (Closes: #401758) svn path=/trunk/; revision=3953
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index d9c19a71..404e0311 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -82,7 +82,7 @@ install-data-local: $(schema_DATA)
if GCONF_SCHEMAS_INSTALL
if test -z "$(DESTDIR)" ; then \
for p in $^ ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
done \
fi
endif