Kaydet (Commit) df0ac379 authored tarafından Michael Stahl's avatar Michael Stahl

solarcommonpath is dead

Change-Id: I7cebb54777dc8c2c5331e7b693a1cdc407127acf
üst 9a6d5f15
......@@ -256,7 +256,7 @@ sub check_makecab_version
######################################################################
# Reading the environment variables for the paths in ziplist.
# solarpath, solarenvpath, solarcommonpath, os, pmiscpath
# solarpath, solarenvpath, os, pmiscpath
######################################################################
sub check_system_environment
......
......@@ -31,14 +31,11 @@ sub create_pathvariables
my %variables = ();
# The following variables are needed in the path file list
# solarpath, solarenvpath, solarcommonpath, os, pmiscpath
# solarpath, solarenvpath, os, pmiscpath
my $solarpath = $environment->{'SOLARVERSION'} . $installer::globals::separator . $installer::globals::compiler . $installer::globals::productextension;
$variables{'solarpath'} = $solarpath;
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment