diff options
author | 2023-12-28 23:58:05 +0100 | |
---|---|---|
committer | 2023-12-28 23:58:50 +0100 | |
commit | f89acaca9314149a107d63d3e2f4c54af73c14b2 (patch) | |
tree | 5314784caf55ccbfc9bf8fc2f57c277a2d8abf8e /games-util | |
parent | games-util/r2modman-bin: add version to downloaded image files (diff) | |
download | guru-f89acaca9314149a107d63d3e2f4c54af73c14b2.tar.gz guru-f89acaca9314149a107d63d3e2f4c54af73c14b2.tar.bz2 guru-f89acaca9314149a107d63d3e2f4c54af73c14b2.zip |
games-util/r2modman-bin: symlink binary to PATH
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild index ae34e8427..585a7d746 100644 --- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild +++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild @@ -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 |