# HG changeset patch # User Pascal Bellard # Date 1379868589 -7200 # Node ID dcea5385bc209c5f8abcea3ea5e39d47d73a2111 # Parent 124a530e861c545a4d3127d9fa2f8e77bdcc9766 gst-plugins-good: remove wrong error trigger diff -r 124a530e861c -r dcea5385bc20 gst-plugins-good/receipt --- a/gst-plugins-good/receipt Sun Sep 22 18:47:20 2013 +0200 +++ b/gst-plugins-good/receipt Sun Sep 22 18:49:49 2013 +0200 @@ -35,7 +35,7 @@ --disable-esd \ --with-package-name="GStreamer Good Plugins ($SERIES)" \ --with-package-origin="http://www.slitaz.org/" \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS 2>&1 | grep -v 'set ERROR_' && make $MAKEFLAGS && make install }