jl154 #162868# no registration of extensions in products without unopkg file
This commit is contained in:
parent
1745fd6f2b
commit
ed6c3b782d
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,13 @@ sub register_extensions
|
|||
push( @installer::globals::logfileinfo, $infoline);
|
||||
}
|
||||
|
||||
if ( ! -f $unopkgfile )
|
||||
{
|
||||
$unopkgexists = 0;
|
||||
$infoline = "Info: File $unopkgfile does not exist! Extensions cannot be registered.\n";
|
||||
push( @installer::globals::logfileinfo, $infoline);
|
||||
}
|
||||
|
||||
if ( $unopkgexists )
|
||||
{
|
||||
my $currentdir = cwd();
|
||||
|
|
Loading…
Reference in a new issue