diff options
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a33873639..368a8c380 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 eq 'isdn') { + if ($category =~ /isdn/) { my $b = $_->{driver} =~ /ISDN:([^,]*),?([^,]*),?(.*)/; if ($b) { $_->{driver} = $1; |