- Fix the wrong path-name check in the previous fix (bnc#684542)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=78
This commit is contained in:
Takashi Iwai 2011-04-21 16:03:51 +00:00 committed by Git OBS Bridge
parent 2ac8932a01
commit 3c9c4659bb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 21 18:03:06 CEST 2011 - tiwai@suse.de
- Fix the wrong path-name check in the previous fix (bnc#684542)
-------------------------------------------------------------------
Thu Mar 31 15:05:48 CEST 2011 - tiwai@suse.de

View File

@ -90,7 +90,7 @@ for i in /etc/alsa.d/volume/*; do
case "$i" in
*~|*.bak|*.rpm*)
;;
[0-9]*)
/etc/alsa.d/volume/[0-9]*)
"$i" "$@"
esac
fi