wok rev 15278

cinepaint: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 11:19:51 2013 +0000 (2013-09-26)
parents f5495d63c2cd
children cef5e17a43a1
files cinepaint/receipt
line diff
     1.1 --- a/cinepaint/receipt	Thu Sep 26 10:11:13 2013 +0000
     1.2 +++ b/cinepaint/receipt	Thu Sep 26 11:19:51 2013 +0000
     1.3 @@ -26,7 +26,7 @@
     1.4  		--prefix=/usr \
     1.5  		--enable-gtk2 \
     1.6  		--disable-print \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS 2>&1 | grep -v 'ls: argyll-0.60:' &&
     1.9  	make && make DESTDIR=$DESTDIR install
    1.10  }
    1.11