wok diff PyQt-x11-gpl/receipt @ rev 6065

tazbb: breaks a cook loop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 22 11:18:37 2010 +0200 (2010-08-22)
parents 55b0f51a38c7
children c7736da9c3d3
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Sun Jul 04 15:44:26 2010 -0400
     1.2 +++ b/PyQt-x11-gpl/receipt	Sun Aug 22 11:18:37 2010 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  {
     1.5  	cd $src
     1.6         yes yes | python configure.py --confirm-license
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11