summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2012-06-19 15:21:34 +0200
committerPetr Mladek <pmladek@suse.cz>2012-06-19 16:24:04 +0200
commited4c2ab1e3f83cce828734b887e4884fc2f5ac4c (patch)
treead9388bde1fdc52f0c727caed775c53ded8a9b3f /solenv
parent293fa2da6984c2ecb8290212f879404089d1748b (diff)
do not repeate twice .0.0.beta2 in the download tarball name
PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION. ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX. We should not mix these another way. Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/download.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index b7a96dc70849..81740674b6e9 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -360,7 +360,6 @@ sub get_download_version
my $version = "";
$version = $allvariables->{'PRODUCTVERSION'};
- if (( $allvariables->{'ABOUTBOXPRODUCTVERSION'} ) && ( $allvariables->{'ABOUTBOXPRODUCTVERSION'} ne "" )) { $version = $allvariables->{'ABOUTBOXPRODUCTVERSION'}; }
if (( $allvariables->{'SHORT_PRODUCTEXTENSION'} ) && ( $allvariables->{'SHORT_PRODUCTEXTENSION'} ne "" )) { $version = $version . $allvariables->{'SHORT_PRODUCTEXTENSION'}; }
return $version;