diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 17:28:43 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 17:28:43 +0000 |
commit | 755a13274ba54cc7c48a8fc248e03c71518a5fd7 (patch) | |
tree | 677d552714438d6f7028f3191349b55a4d69482c /games-emulation/psemu-spunull | |
parent | x86 stable wrt bug 173874 (diff) | |
download | gentoo-2-755a13274ba54cc7c48a8fc248e03c71518a5fd7.tar.gz gentoo-2-755a13274ba54cc7c48a8fc248e03c71518a5fd7.tar.bz2 gentoo-2-755a13274ba54cc7c48a8fc248e03c71518a5fd7.zip |
use games_get_libdir
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-emulation/psemu-spunull')
-rw-r--r-- | games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild b/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild index b35d448559cb..eb6460c9acfa 100644 --- a/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild +++ b/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v 1.4 2004/06/24 22:35:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v 1.5 2007/04/09 17:28:43 nyhm Exp $ inherit eutils games @@ -13,11 +13,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" -S="${WORKDIR}" +S=${WORKDIR} src_unpack() { unpack ${A} - epatch "${FILESDIR}/${PV}-makefile-cflags.patch" + epatch "${FILESDIR}"/${PV}-makefile-cflags.patch } src_compile() { @@ -28,7 +28,7 @@ src_compile() { src_install() { dodoc ReadMe.txt cd src - exeinto "${GAMES_LIBDIR}/psemu/plugins" - doexe libspunull-* + exeinto "$(games_get_libdir)"/psemu/plugins + doexe libspunull-* || die "doexe failed" prepgamesdirs } |