Index: bin/modules/installer/servicesfile.pm =================================================================== RCS file: /cvs/tools/solenv/bin/modules/installer/servicesfile.pm,v --- bin/modules/installer/servicesfile.pm 1.20 +++ bin/modules/installer/servicesfile.pm @@ -403,1 +403,1 @@ - if ((( $counter > 0 ) && ( $counter%$installer::globals::unomaxservices == 0 )) || (( $counter > 0 ) && ( $i == $#{$pythoncomponents} ))) # limiting to $installer::globals::maxservices files --- + if ( $counter > 0 )