wok-next diff thunderbird/receipt @ rev 14051

catfish: fix build and force it to work with SliTaz
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 19 17:14:33 2013 +0000 (2013-02-19)
parents fbc8a4625f8a
children cd72738a73b8
line diff
     1.1 --- a/thunderbird/receipt	Sun Jan 06 21:18:32 2013 +0100
     1.2 +++ b/thunderbird/receipt	Tue Feb 19 17:14:33 2013 +0000
     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