From c1630ef3344150d5070aa9421544080be98cf10d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Sep 2001 13:54:57 +0000 Subject: compatibility with older $o->{lang} names (for auto_installs) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 23343cd25..e6b6bf8d6 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -470,7 +470,7 @@ sub main { $::noauto or modules::load_thiskind("usb"); eval { ($o->{mouse}, @{$o->{wacom} = []}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; - lang::set($o->{lang}); #- mainly for defcfg + $o->{lang} = lang::set($o->{lang}); #- mainly for defcfg $o->{allowFB} = listlength(cat_("/proc/fb")); -- cgit v1.2.1