wok rev 14121
nmap: remove wrong error trigger (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 25 18:25:38 2013 +0100 (2013-02-25) |
parents | 4020a4ad7d5d |
children | d10ad51da318 |
files | nmap/receipt |
line diff
1.1 --- a/nmap/receipt Mon Feb 25 18:23:11 2013 +0100 1.2 +++ b/nmap/receipt Mon Feb 25 18:25:38 2013 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 --cache-file=$PWD/config.cache \ 1.5 --without-liblua \ 1.6 $CONFIGURE_ARGS && 1.7 - make | grep -v makefile.dep && 1.8 + make 2>&1 | grep -v makefile.dep && 1.9 make DESTDIR=$DESTDIR install-nmap 1.10 } 1.11