summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-04-18 02:16:38 -0700
committerAndras Timar <andras.timar@collabora.com>2015-10-15 17:42:12 +0200
commit2e8f1c8598c34a5cf0779f23fe66091115fa0fc6 (patch)
tree5ba144ebe5466ea2b414b39be72846e980ea01ee /solenv
parent77212cb5799c17b84b1707a358c3860774ef8569 (diff)
Collabora Office EULA
Conflicts: readlicense_oo/Package_files.mk Change-Id: Ia380db465f5094216cb36526f6cc178043376356
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index 8cbfcb24b2b8..f87becd0aa3e 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -813,7 +813,7 @@ sub get_rtflicensefilesource
{
my ($language, $includepatharrayref) = @_;
- my $licensefilename = "license_" . $language . ".rtf";
+ my $licensefilename = "EULA_en-US.rtf";
my $sourcefileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$licensefilename, $includepatharrayref, 1);