wok diff cdparanoia-III/receipt @ rev 10010

gnustep-gui: build but need tar
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:11:20 2011 +0200 (2011-05-19)
parents 964f5d384827
children 322837ba6e0a
line diff
     1.1 --- a/cdparanoia-III/receipt	Sat Sep 04 16:02:13 2010 +0200
     1.2 +++ b/cdparanoia-III/receipt	Thu May 19 02:11:20 2011 +0200
     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.