summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-13 21:38:15 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-13 21:38:15 +0000
commitd7cdf5585a37dd7c440c722b41fe91c8e5bac70b (patch)
tree38574969ceadcdd740b4e573ff7e1ef50d06b199 /games-roguelike/nethack/nethack-3.4.3-r2.ebuild
parentWe need to make sure that the nethack executable is 2755 here, rather than in... (diff)
downloadgames-d7cdf5585a37dd7c440c722b41fe91c8e5bac70b.tar.gz
games-d7cdf5585a37dd7c440c722b41fe91c8e5bac70b.tar.bz2
games-d7cdf5585a37dd7c440c722b41fe91c8e5bac70b.zip
Make sure the nethack executable is group scores.
svn path=/; revision=11
Diffstat (limited to 'games-roguelike/nethack/nethack-3.4.3-r2.ebuild')
-rw-r--r--games-roguelike/nethack/nethack-3.4.3-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/games-roguelike/nethack/nethack-3.4.3-r2.ebuild b/games-roguelike/nethack/nethack-3.4.3-r2.ebuild
index 4337ca8..401f20f 100644
--- a/games-roguelike/nethack/nethack-3.4.3-r2.ebuild
+++ b/games-roguelike/nethack/nethack-3.4.3-r2.ebuild
@@ -178,6 +178,7 @@ src_install() {
prepgamesdirs
chmod -R 660 "${D}/${statedir}"
chmod 770 "${D}/${statedir}" "${D}/${statedir}/save"
+ chown ${GAMES_USER}:${GAMES_SCORES_USER} "${D}/${HACKDIR}/nethack"
chmod 2775 "${D}/${HACKDIR}/nethack"
}