New review comment by Positive205 on void-packages repository https://github.com/void-linux/void-packages/pull/43441#discussion_r1167920216 Comment: Well, it packages. But it only packages the `swww` binary without its daemon counterpart. So I need to explicitly specify the daemon binary that I wanted to install like so: ```suggestion do_install() { vbin target/${XBPS_TARGET_MACHINE}-unknown-linux-gnu/release/swww vbin target/${XBPS_TARGET_MACHINE}-unknown-linux-gnu/release/swww-daemon } ``` unless there's another way that I didn't already knew?