mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
In Debian write to the correct configuration file
Patch for alsaconf.in to make it use the correct configuration filename for Debian Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
parent
72ae8b1e79
commit
57cf365811
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ elif [ "$kernel" = "new" ]; then
|
|||
fi
|
||||
cfgfile="/etc/modprobe.conf"
|
||||
elif [ "$distribution" = "debian" ]; then
|
||||
cfgfile="/etc/alsa/modutils/0.9"
|
||||
cfgfile="/etc/modutils/alsa-base"
|
||||
elif [ -e /etc/modules.conf ]; then
|
||||
cfgfile="/etc/modules.conf"
|
||||
elif [ -e /etc/conf.modules ]; then
|
||||
|
|
Loading…
Reference in a new issue