summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-04-12 02:46:05 +0000
committerdamien <damien@mandriva.com>2001-04-12 02:46:05 +0000
commit9e783ca031a83f7d345fc0adc65ca0313fca7b3b (patch)
tree194873981c9f0b89f32a1a1911944971f4326f18 /perl-install/lang.pm
parentac91a2948328e2cd86d62b227e3397c016afb789 (diff)
downloaddrakx-9e783ca031a83f7d345fc0adc65ca0313fca7b3b.tar
drakx-9e783ca031a83f7d345fc0adc65ca0313fca7b3b.tar.gz
drakx-9e783ca031a83f7d345fc0adc65ca0313fca7b3b.tar.bz2
drakx-9e783ca031a83f7d345fc0adc65ca0313fca7b3b.tar.xz
drakx-9e783ca031a83f7d345fc0adc65ca0313fca7b3b.zip
pixel sux
Diffstat (limited to 'perl-install/lang.pm')
-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 52bdb5802..104b139c5 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -424,7 +424,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 |";
- } else {
+ } elsif (!$::isStandalone) {
require install_any;
$F = install_any::getFile("Mandrake/mdkinst/usr/bin/perl-install/po/$lang.po");
}