From 2fba9cd65e72e06c04a74665bde39249244e14d7 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 12 Jul 2007 15:22:06 +0200 Subject: [PATCH] alsaconf - Don't produce hwcfg file for openSUSE 10.3 hwcfg file is no longer used on openSUSE 10.3, so don't create such a file on it. --- alsaconf/alsaconf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in index 6a7054e..123f488 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -896,7 +896,7 @@ BEGIN { in_sound=0; } # set up /etc/sysconfig/hardware/* if [ "$distribution" = "suse" ]; then case "$suse_version" in - 10.*|10) + 10.[012]*|10) setup_hwcfg $CARD_DRIVER ;; esac