solenv/bin/modules/installer/environment.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2f121842edcfba060c46343d78d4ef4c28b6249
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Sun Mar 31 13:00:33 2019 -0700
Commit:     Andras Timar <andras.ti...@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.ti...@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";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to