summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/download.pm
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-04-22 18:39:29 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-04-22 18:39:29 +0200
commit35170adf00ca910e1c1df1df540933e2b9e8fa39 (patch)
treed66fba96bdc039e79b82f706e82f835bb603abb7 /solenv/bin/modules/installer/download.pm
parenta0de0def4a49a63c6675a622123b793da8b4c78d (diff)
DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces
Diffstat (limited to 'solenv/bin/modules/installer/download.pm')
-rw-r--r--solenv/bin/modules/installer/download.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index f98770a15790..34f228c791f7 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -653,10 +653,6 @@ sub get_install_type
my $type = "";
- my $cwsproduct = 0;
- # the environment variable CWS_WORK_STAMP is set only in CWS
- if ( $ENV{'CWS_WORK_STAMP'} ) { $cwsproduct = 1; }
-
if ( $installer::globals::languagepack )
{
$type = "langpack";
@@ -671,7 +667,7 @@ sub get_install_type
$type = $type . "-deb";
}
- if (( $installer::globals::packageformat eq "archive" ) && ( $cwsproduct ))
+ if ( $installer::globals::packageformat eq "archive" )
{
$type = $type . "-arc";
}
@@ -690,7 +686,7 @@ sub get_install_type
$type = $type . "-deb";
}
- if (( $installer::globals::packageformat eq "archive" ) && ( $cwsproduct ))
+ if ( $installer::globals::packageformat eq "archive" )
{
$type = $type . "-arc";
}