Kaydet (Commit) 659b55f8 authored tarafından Ingo Schmidt's avatar Ingo Schmidt

native288 #i109809# new download names for ooo language packs

üst 1d36a088
......@@ -653,9 +653,28 @@ 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";
if ( $installer::globals::islinuxrpmbuild )
{
$type = $type . "-rpm";
}
if ( $installer::globals::islinuxdebbuild )
{
$type = $type . "-deb";
}
if (( $installer::globals::packageformat eq "archive" ) && ( $cwsproduct ))
{
$type = $type . "-arc";
}
}
else
{
......@@ -671,7 +690,7 @@ sub get_install_type
$type = $type . "-deb";
}
if ( $installer::globals::packageformat eq "archive" )
if (( $installer::globals::packageformat eq "archive" ) && ( $cwsproduct ))
{
$type = $type . "-arc";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment