fail gracefully if can't install

Original commit message from CVS:
fail gracefully if can't install
This commit is contained in:
Thomas Vander Stichele 2002-12-08 13:44:25 +00:00
parent c99d527681
commit 2a19514098

View file

@ -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