wok-current diff linux-speakup/receipt @ rev 25667

Up kernel to 5.10.210 and aufs5
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 17:27:56 2024 +0000 (6 months ago)
parents a5920dcf0199
children db14014acdba
line diff
     1.1 --- a/linux-speakup/receipt	Fri Feb 23 20:17:27 2024 +0000
     1.2 +++ b/linux-speakup/receipt	Sat Mar 02 17:27:56 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-speakup"
     1.7 -VERSION="4.19.307"
     1.8 +VERSION="5.10.210"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel Speakup modules."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -17,7 +17,7 @@
    1.13      path=lib/modules/$VERSION-slitaz/kernel
    1.14      mkdir -p $fs/$path
    1.15      export src install
    1.16 -    $wanted_stuff/list_modules.sh drivers/staging/speakup | while read module; do
    1.17 +    $wanted_stuff/list_modules.sh drivers/accessibility/speakup | while read module; do
    1.18      	dir=$path/$(dirname $module)
    1.19      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.20          cp -a $install/$path/$module $fs/$dir