summaryrefslogtreecommitdiffstats
path: root/solenv/bin
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-03-31 13:00:33 -0700
committerAndras Timar <andras.timar@collabora.com>2019-04-01 08:34:00 +0200
commitc2f121842edcfba060c46343d78d4ef4c28b6249 (patch)
tree8e8c4cf9e5bdac1ce32b320cc1144446458358f3 /solenv/bin
parenttdf#45904 Move XIndexAccess Java tests to C++ (diff)
downloadcore-c2f121842edcfba060c46343d78d4ef4c28b6249.tar.gz
core-c2f121842edcfba060c46343d78d4ef4c28b6249.zip
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>
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/environment.pm2
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";