aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-26 12:24:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-26 12:24:34 +0000
commit6a5b19a71227632a54a4d6620c51973f8c1dc9af (patch)
tree37e3b505528ceacb255b3998ed24e729bff15494
parent58867c38aa43c06e2eca9a9559f6566ba3e9801f (diff)
downloadrpmdrake-6a5b19a71227632a54a4d6620c51973f8c1dc9af.tar
rpmdrake-6a5b19a71227632a54a4d6620c51973f8c1dc9af.tar.gz
rpmdrake-6a5b19a71227632a54a4d6620c51973f8c1dc9af.tar.bz2
rpmdrake-6a5b19a71227632a54a4d6620c51973f8c1dc9af.tar.xz
rpmdrake-6a5b19a71227632a54a4d6620c51973f8c1dc9af.zip
fix behaviour after something has been installed in --pkg-sel 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);