diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 21:30:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 21:30:45 +0000 |
commit | ded2c11a4672087314402e9eaa91d3e2f914f59b (patch) | |
tree | 3cfd4947681059d9d5c25324fa62eb5369ca130a /games-roguelike/nethack/nethack-3.4.3-r2.ebuild | |
parent | Comment out the code to change files in GAMES_BINDIR, since it fails it badly... (diff) | |
download | games-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.ebuild | 1 |
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() { |