From ce7c473dfb6a0eeab99811b29e205fa8b5379f9d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 1 Apr 2019 22:08:17 +0200 Subject: [PATCH] Revert "Restore original $licensepath of the optional EULA of MSI package" This reverts commit c2f121842edcfba060c46343d78d4ef4c28b6249. Change-Id: Id4c8a0311e93cb5befd61abccfe994750a67df22 --- solenv/bin/modules/installer/environment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm index 05dfdbfb6787..b45227f8a1a4 100644 --- a/solenv/bin/modules/installer/environment.pm +++ b/solenv/bin/modules/installer/environment.pm @@ -59,7 +59,7 @@ sub create_pathvariables my $filelistpath = $environment->{'WORKDIR'}; $variables{'filelistpath'} = $filelistpath; - my $licensepath = $environment->{'SRCDIR'} . $installer::globals::separator . "readlicense_oo/license"; + my $licensepath = $environment->{'WORKDIR'} . $installer::globals::separator . "CustomTarget/readlicense_oo/license"; $variables{'licensepath'} = $licensepath; my $packinfopath = $environment->{'SRCDIR'} . $installer::globals::separator . "setup_native/source/packinfo"; -- 2.11.4.GIT