aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index a4a543110..501a52597 100755
--- a/configure.pl
+++ b/configure.pl
@@ -1373,7 +1373,7 @@ sub read_module_files {
File::Find::find(
{ wanted => sub
- { if(-f $_ && /^modinfo\.txt\z/s) {
+ { if(-f $_ && /^info\.txt\z/s) {
my $name = $File::Find::name;
push @modinfos, $name;
}