]> git.alsa-project.org Git - alsa-utils.git/commitdiff
In Debian write to the correct configuration file
authorThomas Hood <jdthood@yahoo.co.uk>
Thu, 23 Sep 2004 11:00:35 +0000 (11:00 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 Sep 2004 11:00:35 +0000 (11:00 +0000)
Patch for alsaconf.in to make it use the correct configuration
filename for Debian

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
alsaconf/alsaconf.in

index c3c52a7969e6ecf670b3ebd141e5882b2586fc62..38235535754466f82a2883f9f78450f0bc730968 100644 (file)
@@ -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