wok diff linux64-bluetooth/receipt @ rev 20081

palemoon update to 27.5.0 (Sep 26)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:56:03 2017 +0000 (2017-09-27)
parents 08cf996a2307
children ffc20f9bd49f
line diff
     1.1 --- a/linux64-bluetooth/receipt	Mon Aug 17 11:03:13 2015 +0200
     1.2 +++ b/linux64-bluetooth/receipt	Wed Sep 27 17:56:03 2017 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4      mkdir -p $fs/$path
     1.5      export src
     1.6      export 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