alsaconf fix: cannot find the snd-powerpc module

The expression used in the search does not match.
See: bug#2179
This commit is contained in:
Jaroslav Kysela 2006-10-01 15:11:10 +02:00
parent e32785dd55
commit db59693a9f

View 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}