Index: /branches/eam_branches/ipp-20230313/ippScripts/scripts/dist_bundle.pl
===================================================================
--- /branches/eam_branches/ipp-20230313/ippScripts/scripts/dist_bundle.pl	(revision 42643)
+++ /branches/eam_branches/ipp-20230313/ippScripts/scripts/dist_bundle.pl	(revision 42644)
@@ -68,7 +68,10 @@
 my %empty_cleaned = ();
 
+# no longer needed: magic is no longer used
+# my $streaksrelease   = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);
+
 # Look for programs we need
 my $missing_tools;
-my $streaksrelease   = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);
+my $streaksrelease = '/bin/false';
 my $bgtool   = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1);
 my $staticskytool   = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1);
