summaryrefslogtreecommitdiff
path: root/solenv/bin/make_installer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/make_installer.pl')
-rw-r--r--solenv/bin/make_installer.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index b06f3f0397d1..eefe7930afb3 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -305,11 +305,6 @@ if ( $$includepathref eq "" )
my $includepatharrayref = installer::converter::convert_stringlist_into_array($includepathref, ",");
if ( $installer::globals::globallogging ) { installer::files::save_file($loggingdir . "allpatharray1.log" ,$includepatharrayref); }
-if ( defined $ENV{'BUILDSOLVER'} ) {
- my $buildsolver = "$ENV{BUILDSOLVER}/$ENV{UPD}/$ENV{INPATH}";
- push @{$includepatharrayref}, "$buildsolver/bin";
- push @{$includepatharrayref}, "$buildsolver/lib";
-}
installer::ziplist::replace_all_variables_in_pathes($includepatharrayref, $pathvariableshashref);
if ( $installer::globals::globallogging ) { installer::files::save_file($loggingdir . "allpatharray2.log" ,$includepatharrayref); }