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-padjoy | |
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-padjoy')
-rw-r--r-- | games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild b/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild index f5a0c24fa42d..398fe06af2ea 100644 --- a/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild +++ b/games-emulation/psemu-padjoy/psemu-padjoy-0.82.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-padjoy/psemu-padjoy-0.82.ebuild,v 1.6 2006/11/23 22:17:48 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild,v 1.7 2007/04/09 17:00:56 nyhm Exp $ inherit games @@ -22,14 +22,14 @@ src_unpack() { cd "${S}" sed -i \ -e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \ - || die "sed Makefile failed" + || die "sed failed" } src_install() { - exeinto "${GAMES_LIBDIR}/psemu/plugins" - doexe libpadJoy-* || die "doexe failed" - exeinto "${GAMES_LIBDIR}/psemu/cfg" - doexe cfgPadJoy || die "doexe failed (2)" - dodoc ../readme.txt || die "dodoc failed" + exeinto "$(games_get_libdir)"/psemu/plugins + doexe libpadJoy-* || die "doexe failed" + exeinto "$(games_get_libdir)"/psemu/cfg + doexe cfgPadJoy || die "doexe cfgPadJoy failed" + dodoc ../readme.txt prepgamesdirs } |