aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 03:15:14 +0000
committerlloyd <[email protected]>2008-09-29 03:15:14 +0000
commit7018d574904e3075f6fca92681e848aebe82b96d (patch)
treeb25c0332f033ecb1275bcd7b493e4af04990e3a5 /configure.pl
parentf0503ee51ee848762d5bd115a4b83b4d2d11d3c6 (diff)
Rename all modinfo.txt files to info.txt, since they are all (none) of
them modules now. In any case there is no distinction so info.txt seems better.
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;
}