wok diff linux-drm/receipt @ rev 15859

Up: libmicrohttpd to 0.9.33.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 29 21:56:37 2014 +0000 (2014-01-29)
parents eb689de65d7e
children 08cf996a2307
line diff
     1.1 --- a/linux-drm/receipt	Wed Dec 18 08:40:48 2013 +0000
     1.2 +++ b/linux-drm/receipt	Wed Jan 29 21:56:37 2014 +0000
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  PACKAGE="linux-drm"
     1.6  VERSION="3.2.53"
     1.7 -BASEVER="${VERSION:0:3}"
     1.8  CATEGORY="base-system"
     1.9  SHORT_DESC="The Linux kernel drm module."
    1.10  MAINTAINER="devel@slitaz.org"
    1.11 @@ -15,10 +14,9 @@
    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 -	export src
    1.19 -	export _pkg
    1.20 +	export src install
    1.21  	$wanted_stuff/list_modules.sh drivers/gpu/drm | while read module; do
    1.22  		dir=$path/$(dirname $module)
    1.23  		[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.24 @@ -31,7 +29,7 @@
    1.25  	fi
    1.26      done
    1.27  
    1.28 -    # remove drivers/char/agp kernel modules cause there in linux-agp package
    1.29 +    # Remove drivers/char/agp kernel modules cause there in linux-agp package
    1.30      if [ -d $fs/$path/drivers/char/agp ]; then
    1.31          rm -rf $fs/$path/drivers/char/agp
    1.32      fi
    1.33 @@ -40,11 +38,11 @@
    1.34  # Post install/remove commands for Tazpkg.
    1.35  post_install()
    1.36  {
    1.37 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.38 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.39  }
    1.40  
    1.41  post_remove()
    1.42  {
    1.43 -	chroot "$1/" depmod -a $BASEVER-slitaz
    1.44 +	chroot "$root/" depmod -a $VERSION-slitaz
    1.45  }
    1.46