mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
fail gracefully if can't install
Original commit message from CVS: fail gracefully if can't install
This commit is contained in:
parent
b1db900c74
commit
17a38e044e
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue