mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +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
c99d527681
commit
2a19514098
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@ schema_DATA = gstreamer.schemas
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
|
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
|
EXTRA_DIST = gstreamer.schemas
|
||||||
|
|
Loading…
Reference in a new issue