From b9fbf633ffa6d2a4fe86b789c81e4780cab0ffc1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 20 Aug 2007 13:50:40 +0000 Subject: use '_' in modules names --- perl-install/standalone/draksound | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 5812f388a..0258cbe9d 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -39,6 +39,7 @@ if (my @devices = detect_devices::probe_category('multimedia/sound')) { # fill $device->{driver} with the right sound-slot-XX or default driver if missing sound-slot [real fix'll be in harddrake service] my $driver = $modules_conf->get_alias("sound-slot-$::i"); $driver = $modules_conf->get_alias($driver) if $driver =~ /sound-card/; # alsaconf ... + $driver =~ s/-/_/g; $_->{current_driver} = $driver if $driver; $_->{sound_slot_index} = $::i; harddrake::sound::config($in, $modules_conf, $_); -- cgit v1.2.1