wok-next diff linux-video/receipt @ rev 19618

memtest: update for GCC5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 06 18:15:00 2017 +0100 (2017-02-06)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-video/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-video/receipt	Mon Feb 06 18:15:00 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-video"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel video 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/video/backlight
    1.18 +	. $wanted_stuff/tools/copy_modules.sh
    1.19  }