Closed issue by LennyPenny on void-packages repository https://github.com/void-linux/void-packages/issues/24791 Description: So I'm finishing up my first package template. I successfully built it using the `./xbps-src pkg ` command. Is there a way to install the generated `.xbps` file to make sure the package actually installs correctly and runs on my system? I tried the `./xbps-src install` command but that does not seem to put the built binary into my `/usr/bin` directory. When I use the `-C` option and inspect the local `distdir` directory the binary however is in its `usr/bin` directory.