wok rev 15280
cinepaint: remove a wrong error trigger (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 26 13:12:43 2013 +0000 (2013-09-26) |
parents | cef5e17a43a1 |
children | 6725548ba993 |
files | cinepaint/receipt |
line diff
1.1 --- a/cinepaint/receipt Thu Sep 26 12:00:30 2013 +0000 1.2 +++ b/cinepaint/receipt Thu Sep 26 13:12:43 2013 +0000 1.3 @@ -27,7 +27,9 @@ 1.4 --enable-gtk2 \ 1.5 --disable-print \ 1.6 $CONFIGURE_ARGS 2>&1 | grep -v 'ls: argyll-0.60:' && 1.7 - make && make DESTDIR=$DESTDIR install 1.8 + { 1.9 + make && make DESTDIR=$DESTDIR install 1.10 + } 2>&1 | grep -v "rename 'pygimp/..html':" 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.