diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 17:02:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 17:02:28 +0000 |
commit | b5f78c132d7215cab71502710a3a358914a81b22 (patch) | |
tree | 6bbad4b227020788bcb9a715e92edce8291d4ede /games-emulation | |
parent | use games_get_libdir (diff) | |
download | gentoo-2-b5f78c132d7215cab71502710a3a358914a81b22.tar.gz gentoo-2-b5f78c132d7215cab71502710a3a358914a81b22.tar.bz2 gentoo-2-b5f78c132d7215cab71502710a3a358914a81b22.zip |
use games_get_libdir
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild index d47fde594abb..2885e5fe8126 100644 --- a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild +++ b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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-padxwin/psemu-padxwin-1.6.ebuild,v 1.7 2006/09/26 18:23:37 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.8 2007/04/09 17:02:28 nyhm Exp $ inherit eutils games @@ -19,7 +19,7 @@ S=${WORKDIR} src_unpack() { unpack ${A} - epatch "${FILESDIR}/${PV}-makefile-cflags.patch" + epatch "${FILESDIR}"/${PV}-makefile-cflags.patch sed -i '/strip/d' src/Makefile || die "sed failed" } @@ -31,9 +31,9 @@ src_compile() { src_install() { dodoc ReadMe.txt cd src - exeinto "${GAMES_LIBDIR}/psemu/plugins" + exeinto "$(games_get_libdir)"/psemu/plugins doexe libpadXwin-* || die "doexe failed" - exeinto "${GAMES_LIBDIR}/psemu/cfg" + exeinto "$(games_get_libdir)"/psemu/cfg doexe cfgPadXwin || die "doexe failed" prepgamesdirs } |