]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsaconf fix: cannot find the snd-powerpc module
authorJaroslav Kysela <perex@perex.cz>
Sun, 1 Oct 2006 13:11:10 +0000 (15:11 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 1 Oct 2006 13:11:10 +0000 (15:11 +0200)
The expression used in the search does not match.
See: bug#2179

alsaconf/alsaconf.in

index 54df91a4a687b520cd028a30be37b9e245e43c96..82d47319caf56ae4365374959ea009ba01e68dc6 100644 (file)
@@ -697,7 +697,7 @@ BEGIN {
     #
     if grep -q MacRISC $PROCFS/cpuinfo; then
        MODDIR=/lib/modules/`uname -r`
-       find $MODDIR -name 'snd-powermac' -print | \
+       find $MODDIR -name 'snd-powermac*' -print | \
        while read i; do
            i=${i##*/}
            i=${i%%.o}