wok-next diff lftp/receipt @ rev 19077
syslinux/iso2exe.sh: fix -f
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 25 10:51:04 2016 +0200 (2016-04-25) |
parents | d7486a2cc6d9 |
children | b4441f9675df |
line diff
1.1 --- a/lftp/receipt Mon Sep 23 13:26:46 2013 +0000 1.2 +++ b/lftp/receipt Mon Apr 25 10:51:04 2016 +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