diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2005-09-14 01:02:35 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2005-09-14 01:02:35 +0000 |
commit | 640b3157126dafba169c0c751f3272d5ea0c875f (patch) | |
tree | 9786185e2d854eb4ba111263123e2c6d23e89c81 /gendistrib | |
parent | de63285da17b27996fc1cd5b3d64c289b81a450d (diff) | |
download | rpmtools-640b3157126dafba169c0c751f3272d5ea0c875f.tar rpmtools-640b3157126dafba169c0c751f3272d5ea0c875f.tar.gz rpmtools-640b3157126dafba169c0c751f3272d5ea0c875f.tar.bz2 rpmtools-640b3157126dafba169c0c751f3272d5ea0c875f.tar.xz rpmtools-640b3157126dafba169c0c751f3272d5ea0c875f.zip |
- skip hdlist rebuild per media when not need
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; } |