diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-03-31 13:00:33 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-04-01 08:34:00 +0200 |
commit | c2f121842edcfba060c46343d78d4ef4c28b6249 (patch) | |
tree | 8e8c4cf9e5bdac1ce32b320cc1144446458358f3 | |
parent | ae75372dbdb74eaf959b566f1d9c2b77043e736a (diff) |
Restore original $licensepath of the optional EULA of MSI package
Change-Id: If80ac5648f50deda7a16bc6661ced31357958d67
Reviewed-on: https://gerrit.libreoffice.org/70038
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | solenv/bin/modules/installer/environment.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm index b45227f8a1a4..05dfdbfb6787 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->{'WORKDIR'} . $installer::globals::separator . "CustomTarget/readlicense_oo/license"; + my $licensepath = $environment->{'SRCDIR'} . $installer::globals::separator . "readlicense_oo/license"; $variables{'licensepath'} = $licensepath; my $packinfopath = $environment->{'SRCDIR'} . $installer::globals::separator . "setup_native/source/packinfo"; |