wok rev 15250
gst-python: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 18:02:04 2013 +0000 (2013-09-23) |
parents | 3661a01ec653 |
children | ae1119091e03 |
files | gst-python/receipt |
line diff
1.1 --- a/gst-python/receipt Mon Sep 23 17:07:45 2013 +0000 1.2 +++ b/gst-python/receipt Mon Sep 23 18:02:04 2013 +0000 1.3 @@ -21,7 +21,7 @@ 1.4 ./configure --prefix=/usr \ 1.5 --sysconfdir=/etc \ 1.6 --localstatedir=/var \ 1.7 - $CONFIGURE_ARGS && 1.8 + $CONFIGURE_ARGS 2>&1 | grep -v ERROR_CFLAGS && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 }