diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 435c8836c..3584d8233 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -449,6 +449,8 @@ sub installPackages { #- complete REWORK, TODO and TOCHECK! my $time = time(); { local $ENV{DURING_INSTALL} = 1; + local $ENV{TMPDIR} = '/tmp'; + local $ENV{TMP} = '/tmp'; pkgs::install($o->{isUpgrade}, \@toInstall, $packages, \&installCallback); } any::writeandclean_ldsoconf($o->{prefix}); |