Index: trunk/ippScripts/scripts/dist_component.pl
===================================================================
--- trunk/ippScripts/scripts/dist_component.pl	(revision 24434)
+++ trunk/ippScripts/scripts/dist_component.pl	(revision 24872)
@@ -157,6 +157,6 @@
     my $image_type = get_image_type($stage, $file_rule);
 
-    # if we are building a clean bundle skip this rule
-    next if $clean && $image_type;
+    # if this is an image and we are building a clean bundle or if quality is bad skip this rule
+    next if $image_type and ($clean or $poor_quality);
 
     # if magic is required, don't ship jpegs or binned fits images
