diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:32:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:32:47 +0000 |
commit | 7a529c060af8df8c000449a27b8de83528ccae19 (patch) | |
tree | b95d45e8b477ec67413a11862143f1d2d025a47b /games-roguelike/angband | |
parent | restore missing ~amd64 keyword (diff) | |
download | historical-7a529c060af8df8c000449a27b8de83528ccae19.tar.gz historical-7a529c060af8df8c000449a27b8de83528ccae19.tar.bz2 historical-7a529c060af8df8c000449a27b8de83528ccae19.zip |
games_pkg_postinst
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/Manifest | 4 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.0.3.ebuild | 3 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.0.5.ebuild | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/games-roguelike/angband/Manifest b/games-roguelike/angband/Manifest index 1da81032927d..822bf193df53 100644 --- a/games-roguelike/angband/Manifest +++ b/games-roguelike/angband/Manifest @@ -1,6 +1,6 @@ MD5 8da51bb2bf2e6c8fbe3652b643ac7549 ChangeLog 1611 -MD5 1e34b22034c4078dd057e574200e7a0a angband-3.0.5.ebuild 1297 +MD5 069da4cba4f52c66f63c563c3fcdac5b angband-3.0.5.ebuild 1317 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 4a1e967bfd6a8bd5c945ecb8f5fde698 angband-3.0.3.ebuild 1153 +MD5 b0b71de7f3da4139eb4259f0e31fceb0 angband-3.0.3.ebuild 1173 MD5 166bf6a071476d096a14cc12f5c634f9 files/digest-angband-3.0.3 66 MD5 664ca676ca11ddb5e8c75f01ed3d89cf files/digest-angband-3.0.5 66 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} } |