From 5a9bb13fb66bc899ea6beda8ba7050eab453347b Mon Sep 17 00:00:00 2001
From: "B. Watson" <yalhcru@gmail.com>
Date: Mon, 4 Jun 2018 04:38:00 -0400
Subject: sbosrcarch purge_mode fix, wip

---
 sbosrcarch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sbosrcarch b/sbosrcarch
index 98a0c1f..9bea1ed 100755
--- a/sbosrcarch
+++ b/sbosrcarch
@@ -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;
-- 
cgit v1.2.3