diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-07 09:09:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-07 09:09:21 +0000 |
commit | 4ef46a61f3c96ef6c041dfe4a2edf6a5ebde9e19 (patch) | |
tree | f35efd328c42d6fd79bb0dc884a615ca2ab32d03 /games-util | |
parent | Stable on mips, bug #72113 (diff) | |
download | historical-4ef46a61f3c96ef6c041dfe4a2edf6a5ebde9e19.tar.gz historical-4ef46a61f3c96ef6c041dfe4a2edf6a5ebde9e19.tar.bz2 historical-4ef46a61f3c96ef6c041dfe4a2edf6a5ebde9e19.zip |
add prepgamesdirs
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xgame/Manifest | 2 | ||||
-rw-r--r-- | games-util/xgame/xgame-1.7.1.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games-util/xgame/Manifest b/games-util/xgame/Manifest index d9429d6975d7..3b758fee3def 100644 --- a/games-util/xgame/Manifest +++ b/games-util/xgame/Manifest @@ -1,4 +1,4 @@ MD5 66c75633b080a690de006c65342e1e4b ChangeLog 503 MD5 69bd61de16c74c22893bb09f29950ee1 metadata.xml 159 -MD5 4afca7bcb40833f2319791e50bc8a77e xgame-1.7.1.ebuild 527 +MD5 336d7d6b9e157a8fec69b03bc0ff0d43 xgame-1.7.1.ebuild 542 MD5 e13711e10447bdc26fb510c195d18cc2 files/digest-xgame-1.7.1 61 diff --git a/games-util/xgame/xgame-1.7.1.ebuild b/games-util/xgame/xgame-1.7.1.ebuild index 935c5c277f1e..1adaef7903a9 100644 --- a/games-util/xgame/xgame-1.7.1.ebuild +++ b/games-util/xgame/xgame-1.7.1.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-util/xgame/xgame-1.7.1.ebuild,v 1.2 2004/12/07 07:49:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xgame/xgame-1.7.1.ebuild,v 1.3 2004/12/07 09:09:21 mr_bones_ Exp $ inherit games @@ -18,4 +18,5 @@ RDEPEND="dev-lang/perl" src_install() { dogamesbin xgame || die "dogamesbin failed" dodoc README + prepgamesdirs } |