wok-4.x diff linux-hfsplus/receipt @ rev 2783
slitaz-eeepc: Add support for 1000H to tazeee (Thank Filou)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 27 21:47:16 2009 +0200 (2009-04-27) |
parents | 0313887c948c |
children | f306d126580e |
line diff
1.1 --- a/linux-hfsplus/receipt Sat Feb 07 08:43:12 2009 +0000 1.2 +++ b/linux-hfsplus/receipt Mon Apr 27 21:47:16 2009 +0200 1.3 @@ -7,13 +7,14 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 WANTED="linux" 1.6 WEB_SITE="http://www.kernel.org/" 1.7 +CONFIG_FILES="/etc/filesystems" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules() 1.11 { 1.12 local path 1.13 path=lib/modules/$VERSION-slitaz/kernel 1.14 - mkdir -p $fs/$path 1.15 + mkdir -p $fs/$path $fs/etc 1.16 export src 1.17 export _pkg 1.18 $src/list_modules.sh fs/hfsplus | while read module; do 1.19 @@ -21,6 +22,7 @@ 1.20 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.21 cp -a $_pkg/$path/$module $fs/$dir 1.22 done 1.23 + touch $fs/etc/filesystems 1.24 } 1.25 1.26 # Post install/remove commands for Tazpkg.