Changeset 42835 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- May 9, 2025, 9:17:20 AM (14 months ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r42730 r42835 73 73 my %empty_cleaned = (); 74 74 75 # no longer needed: magic is no longer used 76 # my $streaksrelease = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1); 77 75 78 # Look for programs we need 76 79 my $missing_tools; 77 my $streaksrelease = can_run('streaksrelease') or (warn "Can't find streaksrelease" and $missing_tools = 1);80 my $streaksrelease = '/bin/false'; 78 81 my $bgtool = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1); 79 82 my $staticskytool = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1);
Note:
See TracChangeset
for help on using the changeset viewer.
