mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-vcs/git-absorb: Use new cargo_target_dir helper
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user