mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
build: use $(builddir) for installing generated files
This commit is contained in:
parent
0e0369cd62
commit
5f318bed2a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
|
||||||
if GCONF_SCHEMAS_INSTALL
|
if GCONF_SCHEMAS_INSTALL
|
||||||
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 $(builddir)/$(schema_DATA) || \
|
||||||
(echo ;\
|
(echo ;\
|
||||||
echo "*****************************************************"; \
|
echo "*****************************************************"; \
|
||||||
echo "Installation of schemas failed, install them manually"; \
|
echo "Installation of schemas failed, install them manually"; \
|
||||||
|
|
Loading…
Reference in a new issue