]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix setup for SLES10/SLED10
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Aug 2006 19:21:30 +0000 (21:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Aug 2006 19:21:30 +0000 (21:21 +0200)
Fix the setup for SLES10/SLED10.  They have no minor version.

alsaconf/alsaconf.in

index 814da4c1679f9c96db04d040bd097177ff578b48..db054880cc96d22014e049852da666ea5c031bcf 100644 (file)
@@ -885,7 +885,7 @@ BEGIN { in_sound=0; }
     # set up /etc/sysconfig/hardware/*
     if [ "$distribution" = "suse" ]; then
        case "$suse_version" in
-       10.*)
+       10.*|10)
            setup_hwcfg $CARD_DRIVER
            ;;
        esac