wok diff linux-arcnet/receipt @ rev 15855

New kernel config and huge receipt clean up
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 29 09:56:07 2014 +0100 (2014-01-29)
parents eb689de65d7e
children 08cf996a2307
line diff
     1.1 --- a/linux-arcnet/receipt	Wed Dec 18 08:40:48 2013 +0000
     1.2 +++ b/linux-arcnet/receipt	Wed Jan 29 09:56:07 2014 +0100
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  PACKAGE="linux-arcnet"
     1.6  VERSION="3.2.53"
     1.7 -BASEVER="${VERSION:0:3}"
     1.8  CATEGORY="base-system"
     1.9  SHORT_DESC="arcnet kernel modules"
    1.10  MAINTAINER="slaxemulator@gmail.com"
    1.11 @@ -15,11 +14,10 @@
    1.12  genpkg_rules()
    1.13  {
    1.14      local path
    1.15 -    path=lib/modules/$BASEVER-slitaz/kernel
    1.16 +    path=lib/modules/$VERSION-slitaz/kernel
    1.17      mkdir -p $fs/$path
    1.18      
    1.19 -    export src
    1.20 -    export _pkg
    1.21 +    export src install
    1.22      
    1.23      $wanted_stuff/list_modules.sh drivers/net/arcnet drivers/net/arcnet/arcnet.ko.xz \
    1.24      drivers/net/arcnet/com90xx.ko.xz drivers/net/arcnet/rfc1051.ko.xz | while read module; do
    1.25 @@ -38,10 +36,10 @@
    1.26  # Post install/remove commands for Tazpkg.
    1.27  post_install()
    1.28  {
    1.29 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.30 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.31  }
    1.32  
    1.33  post_remove()
    1.34  {
    1.35 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.36 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.37  }