summaryrefslogtreecommitdiff
path: root/net-misc/hurl/hurl-4.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/hurl/hurl-4.1.0.ebuild')
-rw-r--r--net-misc/hurl/hurl-4.1.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/hurl/hurl-4.1.0.ebuild b/net-misc/hurl/hurl-4.1.0.ebuild
index f180dcb7aa7a..856d7cca73a5 100644
--- a/net-misc/hurl/hurl-4.1.0.ebuild
+++ b/net-misc/hurl/hurl-4.1.0.ebuild
@@ -195,8 +195,7 @@ QA_FLAGS_IGNORED=(
QA_PRESTRIPPED="${QA_FLAGS_IGNORED[*]}"
src_install() {
- local target_dir="$(usex debug debug release)"
- dobin target/"${target_dir}"/hurl{,fmt}
+ dobin "$(cargo_target_dir)"/hurl{,fmt}
doman docs/manual/hurl{,fmt}.1
dodoc CHANGELOG.md README.md LICENSE