diff options
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/angband/angband-3.0.3.ebuild | 3 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.0.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-roguelike/angband/angband-3.0.3.ebuild b/games-roguelike/angband/angband-3.0.3.ebuild index 06bc6109d44b..ae39a3d00166 100644 --- a/games-roguelike/angband/angband-3.0.3.ebuild +++ b/games-roguelike/angband/angband-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.3.ebuild,v 1.7 2004/07/01 05:21:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.3.ebuild,v 1.8 2004/09/23 09:32:47 mr_bones_ Exp $ inherit games @@ -41,5 +41,6 @@ src_install() { } pkg_postinst() { + games_pkg_postinst chmod -R g+w "${ROOT}"/usr/share/games/angband/lib/{apex,save,user} } diff --git a/games-roguelike/angband/angband-3.0.5.ebuild b/games-roguelike/angband/angband-3.0.5.ebuild index 436c70dc03a6..0e01a25d5592 100644 --- a/games-roguelike/angband/angband-3.0.5.ebuild +++ b/games-roguelike/angband/angband-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.4 2004/09/23 09:31:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.5 2004/09/23 09:32:47 mr_bones_ Exp $ inherit games @@ -51,5 +51,6 @@ src_install() { } pkg_postinst() { + games_pkg_postinst chmod -R g+w "${ROOT}${GAMES_DATADIR}"/angband/lib/{apex,save,user} } |