wok diff linux64-usbip/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents eb689de65d7e
children 962f1c89c58a
line diff
     1.1 --- a/linux64-usbip/receipt	Wed Dec 18 08:40:48 2013 +0000
     1.2 +++ b/linux64-usbip/receipt	Mon Apr 14 19:59:46 2014 +0200
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  PACKAGE="linux64-usbip"
     1.6  VERSION="3.2.53"
     1.7 -BASEVER="${VERSION:0:3}"
     1.8  CATEGORY="base-system"
     1.9  SHORT_DESC="The Linux kernel usbip module."
    1.10  MAINTAINER="devel@slitaz.org"
    1.11 @@ -18,7 +17,7 @@
    1.12  {
    1.13      local path
    1.14      _pkg=$install/linux64
    1.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    1.16 +    path=lib/modules/$VERSION-slitaz/kernel
    1.17      mkdir -p $fs/$path
    1.18      export src
    1.19      export _pkg
    1.20 @@ -34,12 +33,12 @@
    1.21  {
    1.22  	grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \
    1.23  		echo "${PACKAGE#*-}" >> $1/etc/filesystems
    1.24 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.25 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.26  }
    1.27  
    1.28  post_remove()
    1.29  {
    1.30  	sed -i "/^${PACKAGE#*-}\$/d" $1/etc/filesystems
    1.31 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.32 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.33  }
    1.34