changeset 16141:309c1478b457

Suppress useless gconf messages. Hopefully I haven't introduced a bashism here.
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 16:05:47 +0000
parents 787961f1007e
children 74b2d576f458
files libpurple/gconf/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/gconf/Makefile.am	Sun Apr 15 15:47:32 2007 +0000
+++ b/libpurple/gconf/Makefile.am	Sun Apr 15 16:05:47 2007 +0000
@@ -8,7 +8,8 @@
 
 if GCONF_SCHEMAS_INSTALL
 install-data-local:
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) 2>&1 | \
+		grep -v "^WARNING: failed to install schema" | grep -v "^Attached schema" 1>&2
 else
 install-data-local:
 endif