Skip to content

Commit

Permalink
app-forensics/yara-x: Use new cargo_target_dir helper
Browse files Browse the repository at this point in the history
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Jun 17, 2024
1 parent 39ae366 commit 8b5ee01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-forensics/yara-x/yara-x-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}

0 comments on commit 8b5ee01

Please sign in to comment.