wok rev 5571

v4l-dvb: fix lsmod path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 14 21:40:50 2010 +0200 (2010-05-14)
parents 3f8e04bc567f
children 96f8f0d779a5
files v4l-dvb/receipt
line diff
     1.1 --- a/v4l-dvb/receipt	Fri May 14 21:27:09 2010 +0200
     1.2 +++ b/v4l-dvb/receipt	Fri May 14 21:40:50 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