wok-next diff linux-firewire/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-firewire/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-firewire/receipt	Tue May 23 14:40:37 2017 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-firewire"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel Firewire modules"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -14,6 +14,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	. $wanted_stuff/copy_modules.sh
    1.17 -	copy_modules drivers/firewire
    1.18 +	. $wanted_stuff/tools/copy_modules.sh
    1.19  }