wok-undigest rev 482

xget: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 24 22:43:37 2011 +0200 (2011-09-24)
parents b9609b8491d9
children 84445b2fe877
files xget/receipt
line diff
     1.1 --- a/xget/receipt	Sat Sep 24 10:16:31 2011 +0200
     1.2 +++ b/xget/receipt	Sat Sep 24 22:43:37 2011 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	make &&
     1.8 +	make -j 1 &&
     1.9  	make INSTALLPREFIX=$DESTDIR/usr install
    1.10  }
    1.11