New comment by mvf on void-packages repository https://github.com/void-linux/void-packages/pull/27005#issuecomment-767177142 Comment: Looks good, thanks @ericonr! Something else to consider with `gnu-makefile`: Maybe `do_build` should also pass `PREFIX=/usr`. Some Makefiles compile in `PREFIX`-based paths, so not having it during `do_build` can cause subtly broken binaries. This has bitten me in the past with `spectrwm` (ae50942849724f9017a389ebec8a37fb3eb9b1ff) and it seems there are `gnu-makefile` templates that set `make_build_args` only for `PREFIX`.