summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/globals.pm
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2014-03-19 17:15:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-24 09:36:09 +0000
commit0a841226089679d2fed752607ce157ad0f5af330 (patch)
tree5fb1b02a4cbb4b6b4a7de4e315241fb5f60750d0 /solenv/bin/modules/installer/globals.pm
parentfb30020dd869e545c0c67b8a5deb66a31d7bb6ef (diff)
fdo#75577: Add and use $helppackaddon variable
It was removed by a previous commit, because the code used the wrong, non-existing variable $helppackpackaddon. Change-Id: I00ca05ee07585ffd4fbdc75f881749098e6d5329 Reviewed-on: https://gerrit.libreoffice.org/8662 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/bin/modules/installer/globals.pm')
-rw-r--r--solenv/bin/modules/installer/globals.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index a0b92de16539..2076e8bd7f9b 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -170,6 +170,7 @@ BEGIN
@binarytableonlyfiles = ();
@allscpactions = ();
$languagepackaddon = "LanguagePack";
+ $helppackaddon = "HelpPack";
$ooodownloadfilename = "";
$downloadfilename = "";
$downloadfileextension = "";