wok-next diff linux-nfsd/receipt @ rev 19651

Up cacerts (20170224)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 25 15:03:48 2017 +0200 (2017-02-25)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-nfsd/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-nfsd/receipt	Sat Feb 25 15:03:48 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-nfsd"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel NFS server module"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -10,11 +10,10 @@
    1.13  CONFIG_FILES="/etc/filesystems"
    1.14  
    1.15  WANTED="linux"
    1.16 -DEPENDS="linux"
    1.17 +DEPENDS="linux-nfs"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	. $wanted_stuff/copy_modules.sh
    1.23 -	copy_modules fs/nfsd
    1.24 +	. $wanted_stuff/tools/copy_modules.sh
    1.25  }