aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index ae63fd62..73b10387 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1026,6 +1026,10 @@ Then, restart MandrakeUpdate.")), myexit(-1);
}
$installable_pkgs{my_fullname($pkg)} = { selected => $selected, pkg => $pkg };
}
+ if ($options{'pkg-sel'} || $options{'pkg-nosel'}) {
+ push @{$options{'pkg-nosel'}}, @{$options{'pkg-sel'}};
+ delete $options{'pkg-sel'};
+ }
remove_wait_msg($wait);
($urpm, \%installable_pkgs, \%update_descr);