diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-04 04:38:00 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2018-06-04 04:38:00 -0400 |
commit | 5a9bb13fb66bc899ea6beda8ba7050eab453347b (patch) | |
tree | e2a88eac6e9968bab5633bec171a1840512f4973 | |
parent | 90c34c45de0db4511c280ffbabb8ff21d2a08239 (diff) | |
download | sbostuff-5a9bb13fb66bc899ea6beda8ba7050eab453347b.tar.gz |
sbosrcarch purge_mode fix, wip
-rwxr-xr-x | sbosrcarch | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1668,7 +1668,9 @@ 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; |