From 753a083ade3c301c40d26f2a6382822163d9b312 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 20:22:08 +0000 Subject: taaz's virtual patch Original commit message from CVS: taaz's virtual patch --- gconf/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gconf') diff --git a/gconf/Makefile.am b/gconf/Makefile.am index 82dfd5af..a1e8f92d 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -4,10 +4,10 @@ schema_DATA = gstreamer.schemas install-data-local: GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ --makefile-install-rule $(srcdir)/$(schema_DATA) || \ - echo ;\ + (echo ;\ echo "*****************************************************"; \ echo "Installation of schemas failed, install them manually"; \ - echo "*****************************************************"; + echo "*****************************************************";) @true EXTRA_DIST = gstreamer.schemas -- cgit