diff options
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-x | sbosrcarch | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1668,9 +1668,7 @@ sub check_info_wanted { # which isn't an SBo info file. In general it's allowed for builds to # include other files with .info filenames, so this bit is to make # sure we're only looking at the real prgnam.info file: - warn "got here 1 $file\n" if $file =~ /mrboom/; return unless $file eq ($prgnam . ".info"); - warn "got here 2 $file\n" if $file =~ /mrboom/; my $dls = parse_info($_); $totalfiles += keys %$dls; |