From 33512d7f58fab6184ea1dc21930f1d00c0e382c8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 6 Dec 2000 21:51:26 +0000 Subject: adapt to the fact that RPM_INSTALL_LANG is obsoloted. Now rpm uses %_install_langs in /etc/rpm/macros --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 689a42d6d..01bcc89e1 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -98,7 +98,7 @@ sub selectLanguage { sub selectKeyboard { my ($o) = @_; keyboard::setup($o->{keyboard}); - lang::set_langs($o->{langs} || [ $o->{lang} ]); + $o->{langs} ||= lang::pack_langs([ $o->{lang} ]); } #------------------------------------------------------------------------------ sub selectPath {} -- cgit v1.2.1