summaryrefslogtreecommitdiffstats
path: root/gconf
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-08 13:44:25 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-08 13:44:25 +0000
commit17a38e044e460583939084ad864d5208bd6f2d94 (patch)
treeb681ba1b39a68f612f1f165f561309d776d43875 /gconf
parentb1db900c741b487aa2d6d3f2456d9251aaa70085 (diff)
fail gracefully if can't install
Original commit message from CVS: fail gracefully if can't install
Diffstat (limited to 'gconf')
-rw-r--r--gconf/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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