mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user