summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index befeeedcf..7133583d3 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -319,7 +319,7 @@ sub setPackages {
} else {
#- this has to be done to make sure necessary files for urpmi are
#- present.
- pkgs::psUpdateHdlistsDeps($o->{prefix}, $o->{method});
+ pkgs::psUpdateHdlistsDeps($o->{prefix}, $o->{method}, $o->{packages});
}
}