From d3419aa304ff2564036398be5e8ed4bdeaeaa007 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Jan 2024 20:08:51 +0000 Subject: gentoo auto-resync : 20:01:2024 - 20:08:51 --- net-misc/hurl/hurl-4.1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-misc/hurl/hurl-4.1.0.ebuild') 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 -- cgit v1.2.3