summaryrefslogtreecommitdiffstats
path: root/solenv/bin/make_installer.pl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-01-12 14:22:21 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-01-12 14:22:50 +0000
commit10de7accfb2993cd1723c915bcf9e4802ad24a76 (patch)
tree354c3fe65200b4833ffc5dd79246e62be5bfb360 /solenv/bin/make_installer.pl
parentdon't use -i with xargs (diff)
downloadcore-10de7accfb2993cd1723c915bcf9e4802ad24a76.tar.gz
core-10de7accfb2993cd1723c915bcf9e4802ad24a76.zip
BrOffice Windows start menu branding
Diffstat (limited to 'solenv/bin/make_installer.pl')
-rw-r--r--solenv/bin/make_installer.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index 19da0edf7ad7..17a451594baf 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -2051,7 +2051,8 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productfiles17c.log", $filesinproductlanguageresolvedarrayref); }
if ( $installer::globals::updatedatabase ) { installer::windows::file::check_file_sequences($allupdatefileorder, $allupdatecomponentorder); }
- installer::windows::directory::create_directory_table($directoriesforepmarrayref, $newidtdir, $allvariableshashref, $shortdirname, $loggingdir);
+ # Attention: The table "Director.idt" contains language specific strings -> parameter: $languagesarrayref !
+ installer::windows::directory::create_directory_table($directoriesforepmarrayref, $languagesarrayref, $newidtdir, $allvariableshashref, $shortdirname, $loggingdir);
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productfiles18.log", $filesinproductlanguageresolvedarrayref); }
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "directoriesforidt1.log", $directoriesforepmarrayref); }