summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index f76082c13..56062afd8 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -1036,7 +1036,7 @@ sub write {
)
);
} elsif (@packages) {
- do_pkgs_standalone->new->install(IM2packages($locale));
+ do_pkgs_standalone->new->install(@packages);
}
}