wok-stable diff PyQt-x11-gpl/receipt @ rev 5798

Speedup some builds
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 11 13:20:19 2010 +0200 (2010-07-11)
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 Jul 11 13:20:19 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