[Libreoffice-commits] core.git: solenv/bin
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 1 06:34:22 UTC 2019
solenv/bin/modules/installer/environment.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c2f121842edcfba060c46343d78d4ef4c28b6249
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Mar 31 13:00:33 2019 -0700
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Apr 1 08:34:00 2019 +0200
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 at collabora.com>
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";
More information about the Libreoffice-commits
mailing list