wok-6.x diff v4l-dvb/receipt @ rev 5648
mirror-tools: may use local hg copy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 29 13:32:42 2010 +0200 (2010-05-29) |
parents | 3f8e04bc567f |
children | 782eb7d921f3 |
line diff
1.1 --- a/v4l-dvb/receipt Fri May 14 21:27:09 2010 +0200 1.2 +++ b/v4l-dvb/receipt Sat May 29 13:32:42 2010 +0200 1.3 @@ -24,6 +24,7 @@ 1.4 cd $src 1.5 sed -i 's/0 | xargs -0n 255 ln -sf --target-directory=\./ | while read file; do ln -sf $file . ; done/' v4l/Makefile 1.6 grep -rl /sbin/depmod * | xargs sed -i 's|/sbin/depmod|/bin/echo|' 1.7 + sed -i 's|/sbin/lsmod|/bin/lsmod|' v4l/Makefile 1.8 KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.9 IFS="." ; set -- $KERNEL_VERSION ; unset IFS 1.10 cat > v4l/.version << EOF