Bug#344008: [Pkg-alsa-devel] Bug#344008: alsa-utils: patch to alsaconf

Elimar Riesebieter riesebie at lxtec.de
Mon May 29 10:35:48 UTC 2006


tags wontfix 344008

thanks

On Sun, 28 May 2006 the mental interface of
Juan A. Diaz told:

> Package: alsa-utils
> Version: 1.0.11-4
> Followup-For: Bug #344008
> 
> 
> alsaconf cannot find the snd-powerpc module, because the expression used 
> in the search does not match.
[...]
> --- alsaconf.orig	2006-05-28 18:12:59.000000000 -0500
> +++ alsaconf	2006-05-28 18:15:12.000000000 -0500
> @@ -717,7 +717,7 @@
>      #
>      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}

The modules name is snd-powermac, so why do we need an asterisk?
BTW, works great on my pb without * ;)

Elimar


-- 
  Do you smell something burning or ist it me?




More information about the Pkg-alsa-devel mailing list