summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2002-09-09 15:56:57 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2002-09-09 15:56:57 +0000
commit896678933548221342e5f06c7603f83cabbca254 (patch)
tree56eff19b8ed01063f608c877c365d80f1e00c79d /perl-install/modules.pm
parentff254e9370efc0b7645033ba111390e84e86ac5f (diff)
downloaddrakx-backup-do-not-use-896678933548221342e5f06c7603f83cabbca254.tar
drakx-backup-do-not-use-896678933548221342e5f06c7603f83cabbca254.tar.gz
drakx-backup-do-not-use-896678933548221342e5f06c7603f83cabbca254.tar.bz2
drakx-backup-do-not-use-896678933548221342e5f06c7603f83cabbca254.tar.xz
drakx-backup-do-not-use-896678933548221342e5f06c7603f83cabbca254.zip
- change "=~ /isdn/" in "eq 'network/isdn'"
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 368a8c380..c3ed4cb89 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -106,7 +106,7 @@ sub probe_category {
my @modules = category2modules($category);
grep {
- if ($category =~ /isdn/) {
+ if ($category eq 'network/isdn') {
my $b = $_->{driver} =~ /ISDN:([^,]*),?([^,]*),?(.*)/;
if ($b) {
$_->{driver} = $1;