wok diff thunderbird/receipt @ rev 13836

epdfview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 07 15:14:06 2013 +0100 (2013-01-07)
parents fbc8a4625f8a
children cd72738a73b8
line diff
     1.1 --- a/thunderbird/receipt	Sun Jan 06 21:18:32 2013 +0100
     1.2 +++ b/thunderbird/receipt	Mon Jan 07 15:14:06 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 2>&1 | (head -n 1000 ; tail -n 1000) &&
     1.8 +	make 2>&1 | head -n 1000 &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }
    1.11