diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:02:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:02:21 +0000 |
commit | 092892b43a703ae6df75f4f459f177c12c274346 (patch) | |
tree | b1f11b1d4cb2e454f043d8526603f660fdc78987 /solenv/bin/modules/installer/parameter.pm | |
parent | 922fcd461abe8b9e74ab7e2a4ab742edd57e2329 (diff) |
INTEGRATION: CWS obr09 (1.48.42); FILE MERGED
2008/06/10 03:45:32 obr 1.48.42.2: RESYNC: (1.48-1.49); FILE MERGED
2008/05/30 13:01:44 is 1.48.42.1: #i89959# langpack download names for Debian changed
Diffstat (limited to 'solenv/bin/modules/installer/parameter.pm')
-rw-r--r-- | solenv/bin/modules/installer/parameter.pm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm index ab3f293de2a9..3622f4641e04 100644 --- a/solenv/bin/modules/installer/parameter.pm +++ b/solenv/bin/modules/installer/parameter.pm @@ -8,7 +8,7 @@ # # $RCSfile: parameter.pm,v $ # -# $Revision: 1.50 $ +# $Revision: 1.51 $ # # This file is part of OpenOffice.org. # @@ -334,6 +334,14 @@ sub setglobalvariables $installer::globals::islinuxrpmbuild = 0; $installer::globals::islinuxdebbuild = 1; $installer::globals::epmoutpath = "DEBS"; + if ( $installer::globals::compiler =~ /unxlngi/ ) + { + $installer::globals::islinuxinteldebbuild = 1; + } + if ( $installer::globals::compiler =~ /unxlngppc/ ) + { + $installer::globals::islinuxppcdebbuild = 1; + } } } |