summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-09-12 09:12:21 +0000
committerHerbert Dürr <hdu@apache.org>2013-09-12 09:12:21 +0000
commitd7f99e13a1c5425e82e11eb1b49da1ac6b6cc45c (patch)
treedad9ce536865d9b06e4134c206fd8ba7941638e3
parente4afc9a0ce0865a23faa3b01e408692eed15e30a (diff)
#i123242# adjust URL for Windows file signing to AOO
Notes
-rw-r--r--solenv/bin/modules/installer/windows/sign.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/sign.pm b/solenv/bin/modules/installer/windows/sign.pm
index e12c74607bb8..b1ec229256c1 100644
--- a/solenv/bin/modules/installer/windows/sign.pm
+++ b/solenv/bin/modules/installer/windows/sign.pm
@@ -654,9 +654,7 @@ sub sign_files
my $productname = "";
if ( $followmeinfohash->{'allvariableshash'}->{'PRODUCTNAME'} ) { $productname = "/d " . "\"$followmeinfohash->{'allvariableshash'}->{'PRODUCTNAME'}\""; }
- my $url = "";
- if (( ! exists($followmeinfohash->{'allvariableshash'}->{'OPENSOURCE'}) ) || ( $followmeinfohash->{'allvariableshash'}->{'OPENSOURCE'} == 0 )) { $url = "/du " . "\"http://www.sun.com\""; }
- else { $url = "/du " . "\"http://www.openoffice.org\""; }
+ my $url = "/du " . "\"http://www.openoffice.org\"";
my $timestampurl = "http://timestamp.verisign.com/scripts/timestamp.dll";
my $pfxfilepath = $installer::globals::pfxfile;