wok diff linux-bluetooth/receipt @ rev 19387

dialog: update dialogrc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 21 12:51:53 2016 +0200 (2016-08-21)
parents 08cf996a2307
children ffc20f9bd49f
line diff
     1.1 --- a/linux-bluetooth/receipt	Mon Aug 17 11:03:13 2015 +0200
     1.2 +++ b/linux-bluetooth/receipt	Sun Aug 21 12:51:53 2016 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4      path=lib/modules/$VERSION-slitaz/kernel
     1.5      mkdir -p $fs/$path
     1.6      export src install
     1.7 -    $wanted_stuff/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do
     1.8 +    $wanted_stuff/list_modules.sh drivers/hid drivers/bluetooth net/bluetooth | while read module; do
     1.9      	dir=$path/$(dirname $module)
    1.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.11          cp -a $install/$path/$module $fs/$dir