wok-6.x rev 14186
asterisk: remove wrong error trigger (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 11 20:31:30 2013 +0100 (2013-03-11) |
parents | a4c663bcb06a |
children | 42dddfa83e87 |
files | asterisk/receipt |
line diff
1.1 --- a/asterisk/receipt Mon Mar 11 19:01:08 2013 +0100 1.2 +++ b/asterisk/receipt Mon Mar 11 20:31:30 2013 +0100 1.3 @@ -55,7 +55,7 @@ 1.4 --with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \ 1.5 --with-tonezone \ 1.6 $CONFIGURE_ARGS && 1.7 - make -j 1 | grep -v pjproject && 1.8 + make -j 1 2>&1 | grep -v pjproject && 1.9 make -j 1 DESTDIR=$DESTDIR install && 1.10 make -j 1 DESTDIR=$DESTDIR samples && 1.11 cd contrib/utils &&