summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/worker.pm
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 12:16:38 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 12:16:38 +0000
commit1b1edaa334ac7fc8b5d23e77cdb59cb492ca86fa (patch)
tree2958d64dc112ab77550800952d51baea31d6f6fa /solenv/bin/modules/installer/worker.pm
parent074c9dad36a1cc96d804ab0fd8d7710f44d56c37 (diff)
INTEGRATION: CWS dmgarchive (1.56.16); FILE MERGED
2007/11/13 14:56:15 obr 1.56.16.1: #i72908# added translation for Mac OS X compiler platform
Diffstat (limited to 'solenv/bin/modules/installer/worker.pm')
-rw-r--r--solenv/bin/modules/installer/worker.pm12
1 files changed, 10 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index 607d13b410fb..5c04b4a02b44 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -4,9 +4,9 @@
#
# $RCSfile: worker.pm,v $
#
-# $Revision: 1.56 $
+# $Revision: 1.57 $
#
-# last change: $Author: vg $ $Date: 2007-10-15 12:38:33 $
+# last change: $Author: ihi $ $Date: 2007-11-26 13:16:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -2249,6 +2249,14 @@ sub get_platform_name
{
$platformname = "Win32Intel";
}
+ elsif ( $installer::globals::compiler =~ /^unxmacxi/ )
+ {
+ $platformname = "MacOSXIntel";
+ }
+ elsif ( $installer::globals::compiler =~ /^unxmacxp/ )
+ {
+ $platformname = "MacOSXPowerPC";
+ }
else
{
# $platformname = $installer::globals::packageformat;