Index: trunk/ippScripts/scripts/dist_bundle.pl
===================================================================
--- trunk/ippScripts/scripts/dist_bundle.pl	(revision 42730)
+++ trunk/ippScripts/scripts/dist_bundle.pl	(revision 42835)
@@ -73,7 +73,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);
