diff --git a/dev-vcs/git-absorb/git-absorb-0.6.11-r1.ebuild b/dev-vcs/git-absorb/git-absorb-0.6.11-r1.ebuild index ae2ac7412a63e..8bc9867defb2d 100644 --- a/dev-vcs/git-absorb/git-absorb-0.6.11-r1.ebuild +++ b/dev-vcs/git-absorb/git-absorb-0.6.11-r1.ebuild @@ -96,7 +96,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" src_compile() { cargo_src_compile - GIT_ABSORB_BIN="target/$(usex debug debug release)/${PN}" + GIT_ABSORB_BIN="$(cargo_target_dir)/${PN}" # Prepare shell completion generation mkdir completions || die diff --git a/dev-vcs/git-absorb/git-absorb-0.6.13-r1.ebuild b/dev-vcs/git-absorb/git-absorb-0.6.13-r1.ebuild index 11e455e2c06d3..133c6490b757b 100644 --- a/dev-vcs/git-absorb/git-absorb-0.6.13-r1.ebuild +++ b/dev-vcs/git-absorb/git-absorb-0.6.13-r1.ebuild @@ -132,7 +132,7 @@ src_compile() { cargo_src_compile - GIT_ABSORB_BIN="target/$(usex debug debug release)/${PN}" + GIT_ABSORB_BIN="$(cargo_target_dir)/${PN}" # Prepare shell completion generation mkdir completions || die diff --git a/dev-vcs/git-absorb/git-absorb-0.6.13.ebuild b/dev-vcs/git-absorb/git-absorb-0.6.13.ebuild index 116da04f2de99..2b900da6e9b8f 100644 --- a/dev-vcs/git-absorb/git-absorb-0.6.13.ebuild +++ b/dev-vcs/git-absorb/git-absorb-0.6.13.ebuild @@ -124,7 +124,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" src_compile() { cargo_src_compile - GIT_ABSORB_BIN="target/$(usex debug debug release)/${PN}" + GIT_ABSORB_BIN="$(cargo_target_dir)/${PN}" # Prepare shell completion generation mkdir completions || die