[Libreoffice-commits] core.git: solenv/bin
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 1 20:09:30 UTC 2019
solenv/bin/modules/installer/environment.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ce7c473dfb6a0eeab99811b29e205fa8b5379f9d
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Apr 1 22:08:17 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Apr 1 22:08:36 2019 +0200
Revert "Restore original $licensepath of the optional EULA of MSI package"
This reverts commit c2f121842edcfba060c46343d78d4ef4c28b6249.
Change-Id: Id4c8a0311e93cb5befd61abccfe994750a67df22
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";
More information about the Libreoffice-commits
mailing list