[ekiga] Do not show numerous error messages from gconf



commit d38365ec4c409f7380a4c17142b51ed730591009
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Aug 21 11:13:48 2012 +0200

    Do not show numerous error messages from gconf

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 922555a..d85bea7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,7 +85,7 @@ schemas_DATA = $(SCHEMAS_FILE)
 endif
 
 install-schemas: @PACKAGE_NAME  schemas
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(SCHEMAS_FILE) 2>&1 > /dev/null
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(SCHEMAS_FILE) >/dev/null 2>&1
 	gconftool-2 --shutdown
 
 if GCONF_SCHEMAS_INSTALL



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]