Skip to content

Commit

Permalink
games-roguelike/moria: fix group of binary
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 23, 2021
1 parent 4e8f53e commit 724646e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ src_install() {

insinto /var/lib/moria
doins umoria/scores.dat
fowners root:gamestat /var/lib/moria/scores.dat
fowners root:gamestat /var/lib/moria/scores.dat /usr/bin/${PN}
fperms g+w /var/lib/moria/scores.dat

doman "${FILESDIR}"/${PN}.6
Expand Down

0 comments on commit 724646e

Please sign in to comment.