Kaydet (Commit) 318c7064 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

#121466# - no need to have different $REGISTRYLAYERNAME, if BUILD_SPECIAL is set

üst e8a25b61
......@@ -674,13 +674,6 @@ sub set_default_productversion_if_required
{
$allvariables->{'PRODUCTVERSION'} = 1; # FAKE
}
# Creating differentiators for BUILD_SPECIAL in layering
if ( ! $ENV{'BUILD_SPECIAL'} )
{
if ( $allvariables->{'REGISTRYLAYERNAME'} ) { $allvariables->{'REGISTRYLAYERNAME'} = $allvariables->{'REGISTRYLAYERNAME'} . "_"; }
if (( $installer::globals::iswindowsbuild ) && ( $allvariables->{'BASISROOTNAME'} )) { $allvariables->{'BASISROOTNAME'} = $allvariables->{'BASISROOTNAME'} . "_"; }
}
}
####################################################
......
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