summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/ziplist.pm
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-04-04 09:01:24 +0000
committerRüdiger Timm <rt@openoffice.org>2005-04-04 09:01:24 +0000
commiteaec0cfa9189bc4db8eb61cf0406a472e5e72459 (patch)
tree2ec45802fce3729ae1e245a481846ec7bec112b3 /solenv/bin/modules/installer/ziplist.pm
parente0f6c3f671c1c2750f12c82849d27c66977a5106 (diff)
INTEGRATION: CWS nativefixer5 (1.7.54); FILE MERGED
2005/03/07 10:14:36 is 1.7.54.2: #i44315# opensource variable 2005/03/04 17:52:36 is 1.7.54.1: #119981# same variable in packagelist and java xml file
Diffstat (limited to 'solenv/bin/modules/installer/ziplist.pm')
-rw-r--r--solenv/bin/modules/installer/ziplist.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/ziplist.pm b/solenv/bin/modules/installer/ziplist.pm
index 15809f234ca6..cec23fde7dda 100644
--- a/solenv/bin/modules/installer/ziplist.pm
+++ b/solenv/bin/modules/installer/ziplist.pm
@@ -2,9 +2,9 @@
#
# $RCSfile: ziplist.pm,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2005-03-29 15:36:55 $
+# last change: $Author: rt $ $Date: 2005-04-04 10:01:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -668,7 +668,7 @@ sub set_manufacturer
my $openofficeproductname = "OpenOffice.org";
my $sunname = "Sun Microsystems";
- if ( $allvariables->{'PRODUCTNAME'} eq $openofficeproductname )
+ if ( $allvariables->{'OPENSOURCE'} == 1 )
{
$installer::globals::isopensourceproduct = 1;
$installer::globals::manufacturer = $openofficeproductname;