mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 23:56:29 +01:00
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:
parent
b3a003ea3e
commit
0cfa228fdd
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ elif [ "$kernel" = "new" ]; then
|
||||||
fi
|
fi
|
||||||
cfgfile="/etc/modprobe.conf"
|
cfgfile="/etc/modprobe.conf"
|
||||||
elif [ "$distribution" = "debian" ]; then
|
elif [ "$distribution" = "debian" ]; then
|
||||||
cfgfile="/etc/modutils/alsa-base"
|
cfgfile="/etc/modutils/sound"
|
||||||
elif [ -e /etc/modules.conf ]; then
|
elif [ -e /etc/modules.conf ]; then
|
||||||
cfgfile="/etc/modules.conf"
|
cfgfile="/etc/modules.conf"
|
||||||
elif [ -e /etc/conf.modules ]; then
|
elif [ -e /etc/conf.modules ]; then
|
||||||
|
|
Loading…
Reference in a new issue