From 8b5ee01bd826809eda716d591af171e075981fc4 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 13 Jun 2024 22:43:29 +0100 Subject: app-forensics/yara-x: Use new cargo_target_dir helper Signed-off-by: James Le Cuirot --- app-forensics/yara-x/yara-x-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-forensics') diff --git a/app-forensics/yara-x/yara-x-0.4.0.ebuild b/app-forensics/yara-x/yara-x-0.4.0.ebuild index d5ae4cdb0be4..2786cd4fb4d5 100644 --- a/app-forensics/yara-x/yara-x-0.4.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.4.0.ebuild @@ -571,8 +571,8 @@ src_test() { } src_install() { - dobin target/$(usex debug "debug" "release")/yr - dolib.so target/$(usex debug "debug" "release")/*.so + dobin "$(cargo_target_dir)"/yr + dolib.so "$(cargo_target_dir)"/*.so wrap_python ${FUNCNAME} } -- cgit v1.2.3-65-gdbad