wok-next diff linux-staging/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-staging/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-staging/receipt	Mon Jun 05 19:31:24 2017 +0000
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-staging"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel staging kernel modules"
    1.11 -MAINTAINER="slaxemulator@gmail.com"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://kernel.org/"
    1.15  
    1.16 @@ -14,6 +14,5 @@
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20 -	. $wanted_stuff/copy_modules.sh
    1.21 -	copy_modules drivers/staging
    1.22 +	. $wanted_stuff/tools/copy_modules.sh
    1.23  }