summaryrefslogtreecommitdiffstats
path: root/solenv/bin/modules/installer/windows/directory.pm
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-26 16:24:15 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-26 16:24:15 +0100
commita6a2edbd30c81a506a970b115c27e9c9dea422ac (patch)
tree242d59b4944224b00f6dd8de3a83495d68e0f53f /solenv/bin/modules/installer/windows/directory.pm
parentnative0: #161561# rebrand links, exes and dlls (diff)
downloadcore-a6a2edbd30c81a506a970b115c27e9c9dea422ac.tar.gz
core-a6a2edbd30c81a506a970b115c27e9c9dea422ac.zip
native0: changes for Oracle products - transplanted from 70a54173d1a5@native0
Diffstat (limited to 'solenv/bin/modules/installer/windows/directory.pm')
-rw-r--r--solenv/bin/modules/installer/windows/directory.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/directory.pm b/solenv/bin/modules/installer/windows/directory.pm
index 2ad207731b51..2a9463f508a1 100644
--- a/solenv/bin/modules/installer/windows/directory.pm
+++ b/solenv/bin/modules/installer/windows/directory.pm
@@ -320,6 +320,7 @@ sub add_root_directories
if ( $allvariableshashref->{'SUNDIR'} )
{
+ if ( $allvariableshashref->{'SUNDIRNAME'} ) { $installer::globals::sundirname = $allvariableshashref->{'SUNDIRNAME'}; }
$oneline = "sundirectory\t$installer::globals::programfilesfolder\t$installer::globals::sundirname$sourcediraddon\n";
push(@{$directorytableref}, $oneline);