diff options
author | Takuya Wakazono <pastalian46@gmail.com> | 2024-08-28 23:12:43 +0900 |
---|---|---|
committer | Takuya Wakazono <pastalian46@gmail.com> | 2024-08-29 00:36:05 +0900 |
commit | f77c2a5ee275f97ecf5b568a52d98aadc250d1fc (patch) | |
tree | a3f006f26d295dbe84258b96f6a99cb6ce267722 /net-misc/sshx | |
parent | app-laptop/framework_tool: use cargo_target_dir helper (diff) | |
download | guru-f77c2a5ee275f97ecf5b568a52d98aadc250d1fc.tar.gz guru-f77c2a5ee275f97ecf5b568a52d98aadc250d1fc.tar.bz2 guru-f77c2a5ee275f97ecf5b568a52d98aadc250d1fc.zip |
net-misc/sshx: use cargo_target_dir helper
Closes: https://bugs.gentoo.org/931338
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'net-misc/sshx')
-rw-r--r-- | net-misc/sshx/sshx-0.2.4.ebuild | 3 |
1 files changed, 1 insertions, 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} } |