diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:39:11 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:39:11 +0000 |
commit | 5a19566c702bda769d81f53fce62e8f9ea0b47f7 (patch) | |
tree | c27c2f273ee696a236425cdd1f854163017ee698 /games-emulation/psemu-spunull | |
parent | Stable on amd64 wrt bug 173872 (diff) | |
download | historical-5a19566c702bda769d81f53fce62e8f9ea0b47f7.tar.gz historical-5a19566c702bda769d81f53fce62e8f9ea0b47f7.tar.bz2 historical-5a19566c702bda769d81f53fce62e8f9ea0b47f7.zip |
use games_get_libdir
Package-Manager: portage-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 } |