mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 15:29:44 +01:00
Fix setup for SLES10/SLED10
Fix the setup for SLES10/SLED10. They have no minor version.
This commit is contained in:
parent
b4897f7856
commit
cd22065cce
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ BEGIN { in_sound=0; }
|
||||||
# set up /etc/sysconfig/hardware/*
|
# set up /etc/sysconfig/hardware/*
|
||||||
if [ "$distribution" = "suse" ]; then
|
if [ "$distribution" = "suse" ]; then
|
||||||
case "$suse_version" in
|
case "$suse_version" in
|
||||||
10.*)
|
10.*|10)
|
||||||
setup_hwcfg $CARD_DRIVER
|
setup_hwcfg $CARD_DRIVER
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue