diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:05:01 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:05:01 +0000 |
commit | 09e519287bfc2b5558820b944553c7d2427f2ed1 (patch) | |
tree | 2f5a3e26e1088067413f53e0d733d6ec54e8f067 /games-emulation/psemu-padxwin | |
parent | Marking stable amd64 (diff) | |
download | historical-09e519287bfc2b5558820b944553c7d2427f2ed1.tar.gz historical-09e519287bfc2b5558820b944553c7d2427f2ed1.tar.bz2 historical-09e519287bfc2b5558820b944553c7d2427f2ed1.zip |
use games_get_libdir
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'games-emulation/psemu-padxwin')
-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 } |