aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xRpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 807bd6d4..5d570293 100755
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -399,7 +399,7 @@ Then, restart %s.", $rpmdrake::myname_update)), myexit(-1);
$pkg_sel{$n} and $selected = 1;
} else {
# selecting updates by default:
- $selected = 1;
+ $selected = 1 if $probe_only_for_updates;
}
$updates{urpm_name($pkg)} = { selected => $selected, pkg => $pkg };
} else {