summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2024-01-20 19:21:26 +0100
committerArsen Arsenović <arsen@gentoo.org>2024-01-20 19:21:26 +0100
commit8b2e8e05dff927dfc82906a86d9193358a526830 (patch)
tree3a9a0db3b3765fb381a31e0e7d6bf606acd2f620 /net-misc
parentgui-apps/foot: bump codeberg archives (diff)
downloadgentoo-8b2e8e05dff927dfc82906a86d9193358a526830.tar.gz
gentoo-8b2e8e05dff927dfc82906a86d9193358a526830.tar.bz2
gentoo-8b2e8e05dff927dfc82906a86d9193358a526830.zip
net-misc/hurl: fix install with USE=debug
Closes: https://bugs.gentoo.org/921253 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'net-misc')
-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