wok-next diff linux-romfs/receipt @ rev 19634
Up Xorg (first chunk)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 10 01:19:30 2017 +0200 (2017-02-10) |
parents | 119e586fb823 |
children |
line diff
1.1 --- a/linux-romfs/receipt Mon Jan 02 07:42:47 2017 +0200 1.2 +++ b/linux-romfs/receipt Fri Feb 10 01:19:30 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="linux-romfs" 1.7 -VERSION="4.9.0" 1.8 +VERSION="4.9.4" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The Linux Kernel ROMFS 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/romfs 1.18 + . $wanted_stuff/tools/copy_modules.sh 1.19 }