From abc7d81260b7acf9b6a6f4cdf45a399b05aab5e7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Aug 2003 14:50:47 +0000 Subject: set $::o in standalone mode too (because of guillaume fixes for "pango vs cjk" match) --- perl-install/standalone.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone.pm') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index bc78debea..c035019cc 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -4,6 +4,7 @@ use c; use strict; use common qw(N N_ if_); use Config; +use lang; #- for sanity (if a use standalone is made during install, MANY problems will happen) require 'log.pm'; #- "require log" causes some pb, perl thinking that "log" is the log() function @@ -138,6 +139,7 @@ foreach (@ARGV) { @ARGV = @new_ARGV; +$::o = { locale => { lang => lang::read()->{lang} } }; sub version { print STDERR "Drakxtools version 9.1.0 -- cgit v1.2.1