wok-next diff subversion/receipt @ rev 6092

tazbb/sort_cook_list: small fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 30 15:31:22 2010 +0200 (2010-08-30)
parents 889110b89584
children a68201fabc69
line diff
     1.1 --- a/subversion/receipt	Wed Apr 28 21:38:41 2010 +0000
     1.2 +++ b/subversion/receipt	Mon Aug 30 15:31:22 2010 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11