summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:39:23 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:39:23 +0000
commit76a2aa25592d4438c45e5910e19767947385f9f0 (patch)
tree17ff7c77a71d9948a6ea10c48955a182b3ce77ce
parentf8b22fc6ec827b7644a870152a89804dee83e09f (diff)
INTEGRATION: CWS native133 (1.85.46); FILE MERGED
2008/02/29 11:49:45 is 1.85.46.1: #i85657# fix for new nsis version
-rw-r--r--solenv/bin/modules/installer/globals.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index fb1e943284f2..909d70a6dd91 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -4,9 +4,9 @@
#
# $RCSfile: globals.pm,v $
#
-# $Revision: 1.89 $
+# $Revision: 1.90 $
#
-# last change: $Author: kz $ $Date: 2008-03-05 17:25:17 $
+# last change: $Author: kz $ $Date: 2008-03-05 18:39:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -303,6 +303,8 @@ BEGIN
@featurecollector =();
$msiassemblyfiles = "";
$nsisfilename = "Nsis.mlf";
+ $nsis204 = 0;
+ $nsis231 = 0;
$linuxlinkrpms = "";
$extensioninstalldir = "gid_Dir_Share_Extension_Install";
@languagenames = ();