New comment by HiPhish on void-packages repository https://github.com/void-linux/void-packages/pull/34730#issuecomment-1002317168 Comment: > You need to increase revision, otherwise builders won't build this. Done. > That's how things are supposed to work. First everything is installed into fake destdir, then files are `vmove`'d into subpackages. Remaining files form contents of main package. Thank you, that makes things quite a lot easier. So if I understand correctly, things are run in this order: first the main package is built (`do_build`), then the sub-packages are packaged (`pkg_install`), then whatever is left is packaged as the main package (`do_install`)? That's quite confusing.