summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-absorb/git-absorb-0.6.11-r1.ebuild')
-rw-r--r--dev-vcs/git-absorb/git-absorb-0.6.11-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 ae2ac7412a63..8bc9867defb2 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