games-util/r2modman-bin: symlink binary to PATH

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2023-12-28 23:58:05 +01:00
parent eb04432f94
commit f89acaca93

View File

@@ -33,6 +33,7 @@ src_install() {
insinto /opt
doins -r "${M_PN}"
fperms 755 "/opt/${M_PN}/r2modman"
dosym -r /opt/r2modman/r2modman /usr/bin/r2modman
#Install License file in proper location
find "${ED}" -name "LICENSE*" -delete || die