summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-20 19:12:36 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-20 19:12:36 +0000
commite38b298fd999739af7747009ceaaf65049e85ee0 (patch)
tree12cc364bb74eaa773d3a9de2d44286337ca338b4 /perl-install/modules.pm
parent38973d461901bc52d5a77fe144eefa565d3c082f (diff)
downloaddrakx-backup-do-not-use-e38b298fd999739af7747009ceaaf65049e85ee0.tar
drakx-backup-do-not-use-e38b298fd999739af7747009ceaaf65049e85ee0.tar.gz
drakx-backup-do-not-use-e38b298fd999739af7747009ceaaf65049e85ee0.tar.bz2
drakx-backup-do-not-use-e38b298fd999739af7747009ceaaf65049e85ee0.tar.xz
drakx-backup-do-not-use-e38b298fd999739af7747009ceaaf65049e85ee0.zip
perl_checker cleanup
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 76397fd8d..719ec02f3 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -33,7 +33,7 @@ my %mappings_24_26 = (
"dc395x_trm" => "dc395x",
);
my %mappings_26_24 = reverse %mappings_24_26;
-$mappings_26_24{'uhci_hcd'} = 'usb_uhci';
+$mappings_26_24{uhci_hcd} = 'usb_uhci';
my @parallel_zip_modules = qw(imm ppa);