wok diff linux-media/receipt @ rev 17701

Add libmateweather
author Yuri Pourre <yuripourre@gmail.com>
date Fri Feb 27 01:06:08 2015 -0300 (2015-02-27)
parents eb689de65d7e
children 08cf996a2307
line diff
     1.1 --- a/linux-media/receipt	Wed Dec 18 08:40:48 2013 +0000
     1.2 +++ b/linux-media/receipt	Fri Feb 27 01:06:08 2015 -0300
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  PACKAGE="linux-media"
     1.6  VERSION="3.2.53"
     1.7 -BASEVER="${VERSION:0:3}"
     1.8  CATEGORY="base-system"
     1.9  SHORT_DESC="The Linux kernel media modules."
    1.10  MAINTAINER="slaxemulator@gmail.com"
    1.11 @@ -12,7 +11,7 @@
    1.12  WEB_SITE="http://kernel.org"
    1.13  
    1.14  # Modules paths and list
    1.15 -MOD_PATH="lib/modules/$BASEVER-slitaz/kernel"
    1.16 +MOD_PATH="lib/modules/$VERSION-slitaz/kernel"
    1.17  MODULES="drivers/media drivers/mfd"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 @@ -36,10 +35,10 @@
    1.21  # Post install/remove commands for Tazpkg.
    1.22  post_install()
    1.23  {
    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 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.31 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.32  }