diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-06 04:39:38 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-06 04:39:38 +0000 |
commit | 45ca44600bb782591a3f21e95242a4a6527e459c (patch) | |
tree | 9e7a4c8d2d5cd4ecec9f2b041d4a4b9b6be923b6 /games-emulation/mupen64-alsasnd | |
parent | use games_get_libdir (diff) | |
download | gentoo-2-45ca44600bb782591a3f21e95242a4a6527e459c.tar.gz gentoo-2-45ca44600bb782591a3f21e95242a4a6527e459c.tar.bz2 gentoo-2-45ca44600bb782591a3f21e95242a4a6527e459c.zip |
use games_get_libdir
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-emulation/mupen64-alsasnd')
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild index dec0c05cc1f9..9f320211c357 100644 --- a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild +++ b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild,v 1.1 2007/02/15 09:58:09 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild,v 1.2 2007/04/06 04:39:38 nyhm Exp $ inherit eutils qt3 games @@ -38,7 +38,7 @@ src_compile() { } src_install() { - exeinto "${GAMES_LIBDIR}"/mupen64/plugins + exeinto "$(games_get_libdir)"/mupen64/plugins doexe mupen64_alsasnd-${PV}.so || die "doexe failed" dodoc README prepgamesdirs |