wok changeset 14120:4020a4ad7d5d
nmap: remove wrong error trigger
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon Feb 25 18:23:11 2013 +0100 (2 months ago ago) |
| parents | 589cbe28ac3a |
| children | cfa40764d70e |
| files | nmap/receipt |
line diff
1.1 --- a/nmap/receipt Mon Feb 25 08:51:15 2013 -0800 1.2 +++ b/nmap/receipt Mon Feb 25 18:23:11 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 && 1.8 + make | grep -v makefile.dep && 1.9 make DESTDIR=$DESTDIR install-nmap 1.10 } 1.11