summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-27 13:29:08 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-27 14:07:45 +0200
commit9a6d5f15afa16e68d38e4a0cfd5ef904be481a17 (patch)
tree79dd495ba90481e306a2045b98cf6bbba16ff8cd /solenv
parent315c31721ac849e201d5f5c9097226306a7a1c00 (diff)
fdo#65975: do not put MSVC 64bit runtimes in solver/bin
Apparently causes problems for some people. Unfortunately the scp2 entries are "non-standard" so i've had to add another variable to let the installer find it. Change-Id: I7a01160369ed8dc401625c06760008341afcee67
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/environment.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm
index 9e2b880a4566..63689a0158e6 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -39,6 +39,9 @@ sub create_pathvariables
my $solarcommonpath = $environment->{'SOLARVERSION'} . $installer::globals::separator . "common" . $installer::globals::productextension;
$variables{'solarcommonpath'} = $solarcommonpath;
+ my $shlxthdlpath = $ENV{'INSTDIR'} . $installer::globals::separator . "program" . $installer::globals::separator . "shlxthdl";
+ $variables{'shlxthdlpath'} = $shlxthdlpath;
+
$variables{'os'} = $installer::globals::compiler;
my $solarenvpath = "";