aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Iurt/Urpmi.pm')
-rw-r--r--lib/Iurt/Urpmi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm
index ff5b3e3..a0c16cc 100644
--- a/lib/Iurt/Urpmi.pm
+++ b/lib/Iurt/Urpmi.pm
@@ -465,7 +465,7 @@ sub install_packages {
plog('INFO', "install dependencies using urpmi");
if (!perform_command(
- "$self->{urpmi_command} @to_install",
+ join(' ', $self->{urpmi_command}, @to_install),
$run, $config, $cache,
use_iurt_root_command => $self->{use_iurt_root_command},
error => $error,