New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27113#issuecomment-746847652 Comment: Wow, it's pretty awesome to hear from the creator of the software itself! I will be sure to keep an eye on the next release and the best way to implement the change. Thank you very much ~ I'm thinking that if the relase comes after (if) this package gets merged, one way to implement it might be: ```` vmkdir ${DESTDIR}/etc/tspreed vcopy ${wrksrc}/default.rc ${DESTDIR}/etc/tspreed ```` Here's what `vconf()` says: ```` vconf() vconf [] Installs file into etc in the pkg $DESTDIR. The optional 2nd argument can be used to change the file name. ```` I could be wrong, but I think that would copy `default.rc` to `/etc/default.rc` instead of `/etc/tspreed/default.rc` as desired. Though, your suggestion of `vconf default.rc tspreed/tspreed.rc` looks promising. I'd love to hear others' thoughts ~