There is an updated pull request by stellarskylark against master on the void-packages repository https://github.com/stellarskylark/void-packages master https://github.com/void-linux/void-packages/pull/37720 Fix fillets-ng not including game data Basically all I did was copy `do_install` from the `gnu-configure` build style and add a couple lines to copy the game data into `DESTDIR` as well. I chose to install it to `/usr/share/games/fillets-ng` because that is where Fillets looks for the game data by default. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc A patch file from https://github.com/void-linux/void-packages/pull/37720.patch is attached