wok-next diff linux-usbdsl/receipt @ rev 19687
unshield: _BSD_SOURCE is deprecated
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 10 09:48:32 2017 +0200 (2017-04-10) |
parents | 119e586fb823 |
children |
line diff
1.1 --- a/linux-usbdsl/receipt Mon Jan 02 07:42:47 2017 +0200 1.2 +++ b/linux-usbdsl/receipt Mon Apr 10 09:48:32 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="linux-usbdsl" 1.7 -VERSION="4.9.0" 1.8 +VERSION="4.9.4" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The Linux Kernel USB DSL modem modules" 1.11 MAINTAINER="devel@slitaz.org" 1.12 @@ -14,8 +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 \ 1.18 - drivers/usb/atm \ 1.19 - net/atm 1.20 + . $wanted_stuff/tools/copy_modules.sh 1.21 }