New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/34730#issuecomment-1002816187 Comment: 1. `do_build` is run. 2. `do_install` is run. This should call `make install` or equivalent (good defaults provided by xbps-src). As result, files for main package and subpackages should be (temporally) installed into common destdir. 3. `pkg_install` of subpackages are run. They move files from common destdir to subpackage's destdir. 4. Non-configurable `do_pkg` is run. This compresses files taken apart into subpackage archive, and files not taken apart from common destdir into main package archive. That means `vmove usr/share/info` is enough, because do_install already prepared files there.