fail gracefully if can't install
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 8 Dec 2002 13:44:25 +0000 (13:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 8 Dec 2002 13:44:25 +0000 (13:44 +0000)
Original commit message from CVS:
fail gracefully if can't install

gconf/Makefile.am

index e443af7..82dfd5a 100644 (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