Just realized to this method to work ( installing the folder via dev_hdd0 and via PKG at the same time) the pkg must be installed twice, any work around?
The build in my repository currently supports only one method:
1- GD/HG/DG/etc if PARAM.SFO is found in the folder;
2- Or custom if PARAM.SFO is not found (default behavior).
The source code can adapted for hybrid installation changing prefixLen & prefixPath in the following 2 lines:
https://github.com/aldostools/webMA...cts_/wm_url_launcher/pypkg/pkg_custom.py#L588
https://github.com/aldostools/webMA...cts_/wm_url_launcher/pypkg/pkg_custom.py#L598

