diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 19:34:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 19:34:51 +0000 |
commit | 8fbc445d27c53a182b13e61233b7ba1bd553290b (patch) | |
tree | ef5bda20062b2ea70e20b2a47fbe9f0b1d6322f2 /games-strategy | |
parent | EAPI=2 (diff) | |
download | gentoo-2-8fbc445d27c53a182b13e61233b7ba1bd553290b.tar.gz gentoo-2-8fbc445d27c53a182b13e61233b7ba1bd553290b.tar.bz2 gentoo-2-8fbc445d27c53a182b13e61233b7ba1bd553290b.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/outerspace/outerspace-0.5.66.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-strategy/outerspace/outerspace-0.5.66.ebuild b/games-strategy/outerspace/outerspace-0.5.66.ebuild index f1475961d673..5113c6a96a53 100644 --- a/games-strategy/outerspace/outerspace-0.5.66.ebuild +++ b/games-strategy/outerspace/outerspace-0.5.66.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild,v 1.1 2007/11/27 05:02:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild,v 1.2 2009/10/14 19:34:51 mr_bones_ Exp $ +EAPI=2 inherit eutils games MY_PN=${PN/outerspace/OuterSpace} @@ -20,9 +21,7 @@ RDEPEND=">=dev-python/pygame-1.7 S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \ "${FILESDIR}"/${PN} > ${PN} \ |