Don't deselect a package right after installing it (this went unnoticed

because [currently] we exit after performing requests actions -- if we
ever change this to returning to the package selection screen, this would
have made an impact).
This commit is contained in:
Devin Teske 2013-07-05 06:22:25 +00:00
parent 02af913fc1
commit 35925de7b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252772

View File

@ -641,7 +641,6 @@ f_package_review()
[ "$mark" = "I" ] || continue
f_dprintf "%s: Installing %s package" $fname "$package"
f_package_add "$package" || continue
f_package_deselect "$package"
done
for package in $SELECTED_PACKAGES; do
mark=
@ -650,7 +649,6 @@ f_package_review()
[ "$mark" = "R" ] || continue
f_dprintf "%s: Reinstalling %s package" $fname "$package"
# XXX Re-install package
f_package_deselect "$package"
done
for package in $SELECTED_PACKAGES; do
mark=