wok rev 13820
thunderbird: limit long (was create > 100G !)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 06 21:18:32 2013 +0100 (2013-01-06) |
parents | 819f644a4dc7 |
children | 0e3938010c36 |
files | thunderbird/receipt |
line diff
1.1 --- a/thunderbird/receipt Sun Jan 06 18:52:34 2013 +0100 1.2 +++ b/thunderbird/receipt Sun Jan 06 21:18:32 2013 +0100 1.3 @@ -41,7 +41,7 @@ 1.4 patch -Np1 -i $stuff/thunderbird-3.0-lang.patch 1.5 patch -Np1 -i $stuff/thunderbird-install-dir.patch 1.6 ./configure $CONFIGURE_ARGS && 1.7 - make && 1.8 + make 2>&1 | (head -n 1000 ; tail -n 1000) && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11