diff options
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 8d9475e42..bf189e405 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -457,7 +457,7 @@ sub write { sub load_mo { my ($lang) = @_; - my ($localedir, $suffix) = ('/usr/share/locale', 'LC_MESSAGES/libDrakX.mo'); + my ($localedir, $suffix) = ("$ENV{SHARE_PATH}/locale", 'LC_MESSAGES/libDrakX.mo'); $localedir .= "_special" if $::isInstall; $lang ||= $ENV{LANGUAGE} || $ENV{LC_ALL} || $ENV{LC_MESSAGES} || $ENV{LANG}; |