app-misc/tmate-ssh-server: dobin for key generation script

This commit is contained in:
Alarig Le Lay 2023-01-23 10:55:26 +01:00
parent 4df2cf04b3
commit 61d09208c0
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 7 additions and 0 deletions

View File

@ -28,4 +28,11 @@ BDEPEND=""
src_prepare() {
default
eautoreconf
mv create_keys.sh "${PN}-create_keys.sh"
}
src_install() {
default
dobin "${PN}-create_keys.sh"
}