commit: f77c2a5ee275f97ecf5b568a52d98aadc250d1fc Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Wed Aug 28 14:12:43 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Wed Aug 28 15:36:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f77c2a5e
net-misc/sshx: use cargo_target_dir helper Closes: https://bugs.gentoo.org/931338 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> net-misc/sshx/sshx-0.2.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/sshx/sshx-0.2.4.ebuild b/net-misc/sshx/sshx-0.2.4.ebuild index cfd669ce0..077131e7a 100644 --- a/net-misc/sshx/sshx-0.2.4.ebuild +++ b/net-misc/sshx/sshx-0.2.4.ebuild @@ -277,6 +277,5 @@ KEYWORDS="~amd64 ~arm64" BDEPEND="dev-libs/protobuf" src_install() { - dobin target/release/sshx - dobin target/release/sshx-server + dobin "$(cargo_target_dir)"/sshx{,-server} }