wok rev 8132

Fix: cdparanoia-III need -j1 to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Jan 25 00:47:59 2011 +0100 (2011-01-25)
parents b67beb4fb8d2
children 0b71563fb008
files cdparanoia-III/receipt
line diff
     1.1 --- a/cdparanoia-III/receipt	Mon Jan 24 23:14:00 2011 +0100
     1.2 +++ b/cdparanoia-III/receipt	Tue Jan 25 00:47:59 2011 +0100
     1.3 @@ -13,14 +13,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	grep -qs 'define u8' interface/low_interface.h ||
     1.8 +	fgrep -qs 'define u8' interface/low_interface.h ||
     1.9  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.10  		interface/low_interface.h
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man &&
    1.15 -	make
    1.16 +	make -j1
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.