wok-next diff v4l-dvb/receipt @ rev 10373
rox-filer: dont be stuck when compileling
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 23 12:26:03 2011 +0200 (2011-05-23) |
parents | ac317c95f39c |
children | 5d755b4f872b |
line diff
1.1 --- a/v4l-dvb/receipt Sat Mar 26 12:32:20 2011 +0100 1.2 +++ b/v4l-dvb/receipt Mon May 23 12:26:03 2011 +0200 1.3 @@ -14,9 +14,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() { 1.6 cd $src 1.7 - patch -p1 < ../stuff/414e0bbd99bf 1.8 - patch -p1 < ../stuff/d64b014c5253 1.9 - patch -p1 < ../stuff/d0a2ff731670 1.10 + patch -p1 < $stuff/414e0bbd99bf 1.11 + patch -p1 < $stuff/d64b014c5253 1.12 + patch -p1 < $stuff/d0a2ff731670 1.13 sed -i 's/0 | xargs -0n 255 ln -sf --target-directory=\./ | while read file; do ln -sf $file . ; done/' v4l/Makefile 1.14 grep -rl /sbin/depmod * | xargs sed -i 's|/sbin/depmod|/bin/echo|' 1.15 grep -rl i2c_new_probed_device * | xargs sed -i 's/i2c_new_probed_device([^)]*/&, NULL/'