summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-24 09:09:00 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-24 09:09:00 +0000
commitabcfdced956bd05ce2df79cc1f483b6e5019323c (patch)
treed69eb57787add006fe2ca2d896e89b9a24b78b32 /perl-install/modules.pm
parent921010e675eaebd97ed12f7926529dd44c271104 (diff)
downloaddrakx-backup-do-not-use-abcfdced956bd05ce2df79cc1f483b6e5019323c.tar
drakx-backup-do-not-use-abcfdced956bd05ce2df79cc1f483b6e5019323c.tar.gz
drakx-backup-do-not-use-abcfdced956bd05ce2df79cc1f483b6e5019323c.tar.bz2
drakx-backup-do-not-use-abcfdced956bd05ce2df79cc1f483b6e5019323c.tar.xz
drakx-backup-do-not-use-abcfdced956bd05ce2df79cc1f483b6e5019323c.zip
fix stupid typo
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 929399c15..aaaa7022e 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -434,7 +434,7 @@ sub when_load {
eval { load('sd_mod') };
}
if ($category =~ /sound/) {
- my $sound_alias = find { /^sound-slot-[0-9]+$/ and $conf{$_}{alias} eq $module } keys %conf;
+ my $sound_alias = find { /^sound-slot-[0-9]+$/ and $conf{$_}{alias} eq $name } keys %conf;
$sound_alias ||= 'sound-slot-0';
add_alias($sound_alias, $name);
}