- 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:
parent
2ac8932a01
commit
3c9c4659bb
@ -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
|
Thu Mar 31 15:05:48 CEST 2011 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ for i in /etc/alsa.d/volume/*; do
|
|||||||
case "$i" in
|
case "$i" in
|
||||||
*~|*.bak|*.rpm*)
|
*~|*.bak|*.rpm*)
|
||||||
;;
|
;;
|
||||||
[0-9]*)
|
/etc/alsa.d/volume/[0-9]*)
|
||||||
"$i" "$@"
|
"$i" "$@"
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user