From 17a38e044e460583939084ad864d5208bd6f2d94 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 13:44:25 +0000 Subject: fail gracefully if can't install Original commit message from CVS: fail gracefully if can't install --- gconf/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gconf') diff --git a/gconf/Makefile.am b/gconf/Makefile.am index e443af70..82dfd5af 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -3,6 +3,11 @@ schema_DATA = gstreamer.schemas install-data-local: GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ - --makefile-install-rule $(srcdir)/$(schema_DATA) + --makefile-install-rule $(srcdir)/$(schema_DATA) || \ + echo ;\ + echo "*****************************************************"; \ + echo "Installation of schemas failed, install them manually"; \ + echo "*****************************************************"; + @true EXTRA_DIST = gstreamer.schemas -- cgit