summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-13 21:30:45 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-13 21:30:45 +0000
commitded2c11a4672087314402e9eaa91d3e2f914f59b (patch)
tree3cfd4947681059d9d5c25324fa62eb5369ca130a /games-roguelike/nethack/nethack-3.4.3-r2.ebuild
parentComment out the code to change files in GAMES_BINDIR, since it fails it badly... (diff)
downloadgames-ded2c11a4672087314402e9eaa91d3e2f914f59b.tar.gz
games-ded2c11a4672087314402e9eaa91d3e2f914f59b.tar.bz2
games-ded2c11a4672087314402e9eaa91d3e2f914f59b.zip
We need to make sure that the nethack executable is 2755 here, rather than in the eclass.
svn path=/; revision=10
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 ab6af51..4337ca8 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"
+ chmod 2775 "${D}/${HACKDIR}/nethack"
}
pkg_postinst() {