From: Jaroslav Kysela Date: Sun, 1 Oct 2006 13:11:10 +0000 (+0200) Subject: alsaconf fix: cannot find the snd-powerpc module X-Git-Tag: v1.0.14rc1~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=db59693a9fb238cccb492096abff2982f8742a96;p=alsa-utils.git alsaconf fix: cannot find the snd-powerpc module The expression used in the search does not match. See: bug#2179 --- diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in index 54df91a..82d4731 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -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}