From 896678933548221342e5f06c7603f83cabbca254 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Mon, 9 Sep 2002 15:56:57 +0000 Subject: - change "=~ /isdn/" in "eq 'network/isdn'" --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') 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; -- cgit v1.2.1