diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 05:02:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:09 +0100 |
commit | 8ddb81deb7cef20f5ab6f6b1d213f53de2d07604 (patch) | |
tree | f8863419279851d2f8707d4f499a3d4863667171 /games-arcade/barbarian-bin | |
parent | app-editors/mg: subscribe to ncurses subslot (diff) | |
download | gentoo-8ddb81deb7cef20f5ab6f6b1d213f53de2d07604.tar.gz gentoo-8ddb81deb7cef20f5ab6f6b1d213f53de2d07604.tar.bz2 gentoo-8ddb81deb7cef20f5ab6f6b1d213f53de2d07604.zip |
games-arcade/barbarian-bin: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/barbarian-bin')
-rw-r--r-- | games-arcade/barbarian-bin/barbarian-bin-1.01-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/barbarian-bin/barbarian-bin-1.01-r3.ebuild b/games-arcade/barbarian-bin/barbarian-bin-1.01-r3.ebuild index fcacd4d89404..6f60c21567e9 100644 --- a/games-arcade/barbarian-bin/barbarian-bin-1.01-r3.ebuild +++ b/games-arcade/barbarian-bin/barbarian-bin-1.01-r3.ebuild @@ -42,10 +42,10 @@ src_install() { # High-score file dodir /var/games/${PN} touch "${ED}"/var/games/${PN}/heroes.hoh || die - dosym ../../var/games/${PN}/heroes.hoh ${game_dest}/heroes.hoh + dosym ../../var/games/${PN}/heroes.hoh /opt/${MY_PN}/heroes.hoh fperms 660 /var/games/${PN}/heroes.hoh - fowners -R root:gamestat /var/games/${PN} + fowners -R root:gamestat /var/games/${PN} /opt/${MY_PN}/Barbarian fperms g+s /opt/${MY_PN}/Barbarian newicon gfx/sprites/player_attack_2_1.bmp barbarian.bmp |