wok-next diff linux-usb-misc/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-usb-misc/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-usb-misc/receipt	Fri May 12 16:19:41 2017 +0300
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-usb-misc"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel misc. USB drivers"
    1.11 -MAINTAINER="rcx@zoominternet.net"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.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/usb/misc
    1.22 +	. $wanted_stuff/tools/copy_modules.sh
    1.23  }