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>2014-04-18 02:16:38 -0700
commit7c3130488707e19ccb6e8f3efe7a7c5516c660d0 (patch)
treee3b9d9dcac8d722d1c94d8a854168f9d28f25d21 /solenv
parentb8199ac1b7f8bf561575705fd851a8bfbfe647c4 (diff)
LibreOffice from Collabora EULA
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);