New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27113#issuecomment-748209055 Comment: When trying `build_style=gnu-makefile` on v1.2.2, it reports that ``` => ERROR: tspreed-1.2.2_1: PKGDESTDIR is empty and build_style != meta => ERROR: tspreed-1.2.2_1: cannot continue with installation! ``` It looks like `build_style` isn't successfully configuring the Makfile. I'll use the `do_install` function for now and play around and see if I can't get `build_style` to work.