diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index a4bb48969..485d3cf29 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -5,6 +5,8 @@ use strict; use common qw(N N_ if_ backtrace); use Config; +BEGIN { unshift @::textdomains, 'libDrakX-standalone' } + #- 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 if ($::isInstall) { |