app-emulation/cloud-utils: use dobin/doman

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
This commit is contained in:
Artemis Everfree 2024-07-21 02:46:13 -07:00
parent 13ef653344
commit 026fd7cf88
No known key found for this signature in database
GPG Key ID: C38F1795B0716FEF

View File

@ -87,10 +87,6 @@ src_install() {
)
fi
local bindir="${D}/usr/bin"
local mandir="${D}/usr/share/man/man1"
mkdir -p "${bindir}" "${mandir}" || die
install "${wanted_bin[@]}" "${bindir}" || die
install "${wanted_man[@]}" "${mandir}" --mode=0644 || die
dobin "${wanted_bin[@]}"
doman "${wanted_man[@]}"
}