Change the Debian configuration file name

The patch changes the file name to which alsaconf writes
if the system is Debian

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
Thomas Hood 2005-02-22 17:06:59 +00:00 committed by Takashi Iwai
parent b3a003ea3e
commit 0cfa228fdd

View file

@ -195,7 +195,7 @@ elif [ "$kernel" = "new" ]; then
fi
cfgfile="/etc/modprobe.conf"
elif [ "$distribution" = "debian" ]; then
cfgfile="/etc/modutils/alsa-base"
cfgfile="/etc/modutils/sound"
elif [ -e /etc/modules.conf ]; then
cfgfile="/etc/modules.conf"
elif [ -e /etc/conf.modules ]; then