diff options
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ foreach (0..$#hdlists) { print STDERR "computing deps\n" unless $nooutput; $urpm->compute_deps; - if (!grep { ! $_->{noneedrebuild} } @hdlists) { + if ($e->{noneedrebuild}) { # No media change, nothing to write next; } |