summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-14 13:26:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-14 13:26:49 +0000
commitd64dbe8941f8d96e44078762b93f0fc332719a3e (patch)
tree3cd14094198157f5438725050e85750aef7c2763
parent83b4444047c4999a9530bf2cf87838f67913ac67 (diff)
downloaddrakx-backup-do-not-use-d64dbe8941f8d96e44078762b93f0fc332719a3e.tar
drakx-backup-do-not-use-d64dbe8941f8d96e44078762b93f0fc332719a3e.tar.gz
drakx-backup-do-not-use-d64dbe8941f8d96e44078762b93f0fc332719a3e.tar.bz2
drakx-backup-do-not-use-d64dbe8941f8d96e44078762b93f0fc332719a3e.tar.xz
drakx-backup-do-not-use-d64dbe8941f8d96e44078762b93f0fc332719a3e.zip
(load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's test)
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index a1f62802f..80e87fbc1 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -426,7 +426,7 @@ sub load_po {
-e ($f = "$_/po/$lang.po.bz2") and last foreach @INC;
if (-e $f) {
open $F, "$ENV{LD_LOADER} bzip2 -dc $f 2>/dev/null |";
- } elsif (!$::isStandalone) {
+ } elsif ($::isInstall) {
require install_any;
$F = install_any::getFile("Mandrake/mdkinst/usr/bin/perl-install/po/$lang.po");
}