summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 09:33:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 09:33:50 +0000
commit84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7 (patch)
tree1c4c91a8b07b7960cba70913c62546f5f70ccc6d /games-roguelike/angband
parentchanged the java compilation for ppc (Manifest recommit) (diff)
downloadgentoo-2-84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7.tar.gz
gentoo-2-84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7.tar.bz2
gentoo-2-84cc8e6d511c73c3b02dab5216d6695bfb1c0cb7.zip
games_pkg_postinst
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r--games-roguelike/angband/angband-3.0.3.ebuild3
-rw-r--r--games-roguelike/angband/angband-3.0.5.ebuild3
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}
}