jl154 #162868# no registration of extensions in products without unopkg file

This commit is contained in:
Ingo Schmidt 2010-07-28 17:03:11 +02:00
parent 1745fd6f2b
commit ed6c3b782d

View file

@ -111,6 +111,13 @@ sub register_extensions
push( @installer::globals::logfileinfo, $infoline); 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 ) if ( $unopkgexists )
{ {
my $currentdir = cwd(); my $currentdir = cwd();