summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 52e8f6a2..ee5cc439 100755
--- a/urpmi
+++ b/urpmi
@@ -576,7 +576,7 @@ foreach my $pkg (@to_install) {
$ask_user ||= !$pkg->flag_requested || $auto_select || $parallel;
if (!$env && $install_src && $pkg->arch ne 'src') {
- push @root_only, $pkg->fullname;
+ push @root_only, scalar $pkg->fullname;
}
}
if (@root_only && !$env) {