Changeset 24872
- Timestamp:
- Jul 21, 2009, 9:29:09 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_component.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r24434 r24872 157 157 my $image_type = get_image_type($stage, $file_rule); 158 158 159 # if we are building a clean bundleskip this rule160 next if $ clean && $image_type;159 # if this is an image and we are building a clean bundle or if quality is bad skip this rule 160 next if $image_type and ($clean or $poor_quality); 161 161 162 162 # if magic is required, don't ship jpegs or binned fits images
Note:
See TracChangeset
for help on using the changeset viewer.
