diff options
Diffstat (limited to 'games-fps/quake3/quake3-1.34_rc3.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-1.34_rc3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/quake3/quake3-1.34_rc3.ebuild b/games-fps/quake3/quake3-1.34_rc3.ebuild index 8694a5780aa3..d231d3b9a7ca 100644 --- a/games-fps/quake3/quake3-1.34_rc3.ebuild +++ b/games-fps/quake3/quake3-1.34_rc3.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-fps/quake3/quake3-1.34_rc3.ebuild,v 1.5 2007/01/31 07:59:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_rc3.ebuild,v 1.6 2007/04/09 18:07:58 nyhm Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -71,7 +71,7 @@ src_compile() { ARCH=$(tc-arch-kernel) \ OPTIMIZE="${CFLAGS}" \ DEFAULT_BASEDIR="${GAMES_DATADIR}/quake3" \ - DEFAULT_LIBDIR="${GAMES_LIBDIR}/quake3" \ + DEFAULT_LIBDIR="$(games_get_libdir)/quake3" \ || die } @@ -92,9 +92,9 @@ src_install() { newgamesbin ${old_x} ${x} || die "newgamesbin ${x}" dosym ${x} "${GAMES_BINDIR}"/${x/io} done - exeinto "${GAMES_LIBDIR}"/${PN}/baseq3 + exeinto "$(games_get_libdir)"/${PN}/baseq3 doexe baseq3/*.so || die "baseq3 .so" - exeinto "${GAMES_LIBDIR}"/${PN}/missionpack + exeinto "$(games_get_libdir)"/${PN}/missionpack doexe missionpack/*.so || die "missionpack .so" prepgamesdirs |