diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 20:22:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 20:22:08 +0000 |
commit | 619d2469acd7aceeceed0ed34798c5bc5c91f4a5 (patch) | |
tree | 29b676f3c20e75a166b18fdaab07edacb0f2628c /gconf/Makefile.am | |
parent | 69584f994a49540ef4392876de9ae0b1a52dbb8a (diff) | |
download | gstreamer-plugins-bad-619d2469acd7aceeceed0ed34798c5bc5c91f4a5.tar.gz |
taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
Diffstat (limited to 'gconf/Makefile.am')
-rw-r--r-- | gconf/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am index 82dfd5af6..a1e8f92d5 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -4,10 +4,10 @@ schema_DATA = gstreamer.schemas install-data-local: GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ --makefile-install-rule $(srcdir)/$(schema_DATA) || \ - echo ;\ + (echo ;\ echo "*****************************************************"; \ echo "Installation of schemas failed, install them manually"; \ - echo "*****************************************************"; + echo "*****************************************************";) @true EXTRA_DIST = gstreamer.schemas |