dev-util/tombi: use dobin instead of cargo_src_install

cargo_src_install was triggering recompiling in the src_install phase,
this should not do that now

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
This commit is contained in:
ingenarel (NeoJesus)
2026-05-07 14:37:00 +06:00
parent 1a97516e93
commit 93a0ac7789

View File

@@ -580,7 +580,7 @@ src_test(){
}
src_install(){
cargo_src_install --path rust/tombi-cli
dobin target/release/tombi
target/release/tombi completion bash > "${PN}" || die "generating bash completion failed"
dobashcomp "${PN}"