summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-03 03:24:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-03 03:24:01 +0000
commit5bff66dbcf8ccdf2a1d4291bd1f71060cef1309a (patch)
tree15e253bee0bb6ae24559df4f92c8c116257e5262 /perl-install/install2.pm
parent10a6bd261731ee1563b0debbb37866bcc56817ca (diff)
downloaddrakx-backup-do-not-use-5bff66dbcf8ccdf2a1d4291bd1f71060cef1309a.tar
drakx-backup-do-not-use-5bff66dbcf8ccdf2a1d4291bd1f71060cef1309a.tar.gz
drakx-backup-do-not-use-5bff66dbcf8ccdf2a1d4291bd1f71060cef1309a.tar.bz2
drakx-backup-do-not-use-5bff66dbcf8ccdf2a1d4291bd1f71060cef1309a.tar.xz
drakx-backup-do-not-use-5bff66dbcf8ccdf2a1d4291bd1f71060cef1309a.zip
stage1 terminfo is not available anymore, use our own terminfo
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 363ec01b7..406989072 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -347,6 +347,7 @@ sub main {
};
$ENV{PERL_BADLANG} = 1;
$ENV{LD_ASSUME_KERNEL} = '2.4.1';
+ delete $ENV{TERMINFO};
umask 022;
$::isInstall = 1;