summaryrefslogtreecommitdiff
path: root/net-misc/hurl/hurl-4.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-20 20:08:51 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-20 20:08:51 +0000
commitd3419aa304ff2564036398be5e8ed4bdeaeaa007 (patch)
tree40ed2d4f8dd5f80c5647645dc91bb22deb7c4d8a /net-misc/hurl/hurl-4.1.0.ebuild
parent6aa0d33a65c735f3148967b62316c2e71f43589a (diff)
gentoo auto-resync : 20:01:2024 - 20:08:51
Diffstat (limited to 'net-misc/hurl/hurl-4.1.0.ebuild')
-rw-r--r--net-misc/hurl/hurl-4.1.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/hurl/hurl-4.1.0.ebuild b/net-misc/hurl/hurl-4.1.0.ebuild
index f2d88a3a70e6..f180dcb7aa7a 100644
--- a/net-misc/hurl/hurl-4.1.0.ebuild
+++ b/net-misc/hurl/hurl-4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.10
@@ -195,7 +195,8 @@ QA_FLAGS_IGNORED=(
QA_PRESTRIPPED="${QA_FLAGS_IGNORED[*]}"
src_install() {
- dobin target/release/hurl{,fmt}
+ local target_dir="$(usex debug debug release)"
+ dobin target/"${target_dir}"/hurl{,fmt}
doman docs/manual/hurl{,fmt}.1
dodoc CHANGELOG.md README.md LICENSE