diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-16 14:28:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-16 14:28:21 +0000 |
commit | 3a5331f4ebd5d18b9ccf5a881eb124d7331cc2f3 (patch) | |
tree | db5e36cdfee1591e3716a658fa542279bdf7bec6 /Rpmdrake | |
parent | d1d6e6ab96dfef047379e9adb370054080e8fdba (diff) | |
download | rpmdrake-3a5331f4ebd5d18b9ccf5a881eb124d7331cc2f3.tar rpmdrake-3a5331f4ebd5d18b9ccf5a881eb124d7331cc2f3.tar.gz rpmdrake-3a5331f4ebd5d18b9ccf5a881eb124d7331cc2f3.tar.bz2 rpmdrake-3a5331f4ebd5d18b9ccf5a881eb124d7331cc2f3.tar.xz rpmdrake-3a5331f4ebd5d18b9ccf5a881eb124d7331cc2f3.zip |
(perform_installation) add a comment
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/pkg.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 55d76dcb..ac8b2eaa 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -634,6 +634,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( my $bar_id = statusbar_msg(N("Checking validity of requested packages..."), 0); + # FIXME: THIS SET flag_requested on all packages!!!! # select packages to install / enssure selected pkg set is consistant: my $requested = { map { $_->id => undef } grep { $_->flag_selected } @{$urpm->{depslist}} }; urpm::select::resolve_dependencies( |