[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - solenv/bin
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 17 13:41:04 UTC 2020
solenv/bin/modules/installer/environment.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 059adbe7ab7b3334641752419b93e5b1eddfe40d
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Jun 17 15:34:53 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jun 17 15:40:28 2020 +0200
Revert "Revert "Restore original $licensepath of the optional EULA of MSI package""
This reverts commit ce7c473dfb6a0eeab99811b29e205fa8b5379f9d.
I don't remember why I had to revert my original patch on master a year ago.
But for Collabora Office builds it has to be like this, apparently.
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