wok diff hal/receipt @ rev 9154

magicpoint: needs make -j1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 07 09:07:43 2011 +0100 (2011-03-07)
parents 43ca77c1cfa6
children 74b63eaf8099
line diff
     1.1 --- a/hal/receipt	Mon Jan 17 17:41:51 2011 +0100
     1.2 +++ b/hal/receipt	Mon Mar 07 09:07:43 2011 +0100
     1.3 @@ -27,8 +27,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	zcat /usr/share/misc/pci.ids.gz > /usr/share/misc/pci.ids &&
     1.7 -	patch -p1 < ../stuff/hal-scripts.u || exit 1 &&
     1.8 -	#patch -p1 < ../stuff/hal-udev.patch || exit 1 &&
     1.9 +	patch -p1 < ../stuff/hal-scripts.u || return 1 &&
    1.10 +	#patch -p1 < ../stuff/hal-udev.patch || return 1 &&
    1.11  	grep -qs 'define u8' hald/linux/probing/linux_dvd_rw_utils.c ||
    1.12  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.13  		hald/linux/probing/linux_dvd_rw_utils.c