New comment by meator on void-packages repository https://github.com/void-linux/void-packages/pull/32888#issuecomment-916384703 Comment: There is actually a significantly larger problem with this. I have asked people on their official discord and they said that higan can't be installed as root because `System/*` files need to be writable by the program. One of the devs wrote this: > My recommendation for making a package would be not to run make install at all, but rather to have your package-build script just copy the Template files into /usr/share/higan, install the main binary as /usr/bin/higan.real, and have /usr/bin/higan be a shell-script that copies the template files from /usr/share/higan into the user's home directory if they don't already exist.