and then after I build the .pkg, it appears to be prepending Applications/ to the payload paths – it displays the destination paths as ./Applications/Library/Audio/Plug-Ins/VST3/ and ./Applications/Library/Audio/Plug-Ins/Components/
Is this just a property of CPack’s productbuild generator, does it automatically prepend Applications/ to all destination paths?
hmm, it seems that if I set CPACK_PACKAGING_INSTALL_PREFIX to "/" in my cmakelists, this prevents Applications/ from being prepended to all the destination paths.