wok diff lftp/receipt @ rev 18734
Remove redundant messages in {pre|post}_{install|remove}() in random packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 21 02:53:09 2015 +0200 (2015-12-21) |
parents | d7486a2cc6d9 |
children | 3132d67b7e38 |
line diff
1.1 --- a/lftp/receipt Mon Sep 23 13:26:46 2013 +0000 1.2 +++ b/lftp/receipt Mon Dec 21 02:53:09 2015 +0200 1.3 @@ -23,7 +23,7 @@ 1.4 --without-openssl \ 1.5 --build=$HOST_SYSTEM \ 1.6 --host=$HOST_SYSTEM && 1.7 - make 2>&1 | grep -v "STRERROR" | grep -v "PERROR" && 1.8 + make && 1.9 make install 1.10 } 1.11