Kaydet (Commit) ce7c473d authored tarafından Andras Timar's avatar Andras Timar

Revert "Restore original $licensepath of the optional EULA of MSI package"

This reverts commit c2f12184.

Change-Id: Id4c8a0311e93cb5befd61abccfe994750a67df22
üst 3f78d508
...@@ -59,7 +59,7 @@ sub create_pathvariables ...@@ -59,7 +59,7 @@ sub create_pathvariables
my $filelistpath = $environment->{'WORKDIR'}; my $filelistpath = $environment->{'WORKDIR'};
$variables{'filelistpath'} = $filelistpath; $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; $variables{'licensepath'} = $licensepath;
my $packinfopath = $environment->{'SRCDIR'} . $installer::globals::separator . "setup_native/source/packinfo"; my $packinfopath = $environment->{'SRCDIR'} . $installer::globals::separator . "setup_native/source/packinfo";
......
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