wok rev 22736

updated dkms (2.6.1 -> 2.8.1)
author Hans-G?nter Theisgen
date Thu Jan 23 17:36:26 2020 +0100 (2020-01-23)
parents 6422600fc806
children a31f0b156ff0
files dkms/receipt
line diff
     1.1 --- a/dkms/receipt	Thu Jan 23 17:34:22 2020 +0100
     1.2 +++ b/dkms/receipt	Thu Jan 23 17:36:26 2020 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dkms"
     1.7 -VERSION="2.6.1"
     1.8 +VERSION="2.8.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Dynamic Kernel Module Support."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://linux.dell.com/dkms"
    1.14 +WEB_SITE="https://github.com/dell/dkms"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/dell/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.18 @@ -22,5 +22,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $install/* $fs
    1.23 +	cp -a $install/*	$fs
    1.24  }