From db59693a9fb238cccb492096abff2982f8742a96 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 1 Oct 2006 15:11:10 +0200 Subject: [PATCH] alsaconf fix: cannot find the snd-powerpc module The expression used in the search does not match. See: bug#2179 --- alsaconf/alsaconf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}