aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rw-r--r--Rpmdrake/pkg.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 98fcf0cc..58bad0f2 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -634,10 +634,10 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
);
statusbar_msg_remove($bar_id);
- my ($local_sources, $list) = urpm::get_pkgs::selected2list($urpm,
+ my ($local_sources, $blist) = urpm::get_pkgs::selected2local_and_blists($urpm,
$state->{selected},
);
- if (!$local_sources && (!$list || !@$list)) {
+ if (!$local_sources && (!$blist || !@$blist)) {
interactive_msg(
N("Unable to get source packages."),
N("Unable to get source packages, sorry. %s",