wok-next diff linux-jfs/receipt @ rev 19595

Up linux (4.9.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 17:27:31 2017 +0200 (2017-01-21)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-jfs/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-jfs/receipt	Sat Jan 21 17:27:31 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-jfs"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel JFS module"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -15,6 +15,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 fs/jfs
    1.18 +	. $wanted_stuff/tools/copy_modules.sh
    1.19  }