From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 13:44:25 +0000 (+0000) Subject: fail gracefully if can't install X-Git-Tag: CAPS~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a19514098f24c47f8642e7f0b4b762e5dc9d05d;p=platform%2Fupstream%2Fgst-plugins-bad.git fail gracefully if can't install Original commit message from CVS: fail gracefully if can't install --- diff --git a/gconf/Makefile.am b/gconf/Makefile.am index e443af7..82dfd5a 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