summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-04-09 18:23:25 +0000
committerTristan Heaven <tristan@gentoo.org>2007-04-09 18:23:25 +0000
commit4b7ac8b9b0298f79015e299f0ead8b7eb8e7c28a (patch)
treea7393e247a2db1a4533a64c034ac0d62ad1d86af /games-fps/wmquake
parentStable on amd64 wrt bug 173880 (diff)
downloadhistorical-4b7ac8b9b0298f79015e299f0ead8b7eb8e7c28a.tar.gz
historical-4b7ac8b9b0298f79015e299f0ead8b7eb8e7c28a.tar.bz2
historical-4b7ac8b9b0298f79015e299f0ead8b7eb8e7c28a.zip
use games_get_libdir
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'games-fps/wmquake')
-rw-r--r--games-fps/wmquake/wmquake-1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/wmquake/wmquake-1.1.ebuild b/games-fps/wmquake/wmquake-1.1.ebuild
index 71e037091f88..65b98d24e0bf 100644
--- a/games-fps/wmquake/wmquake-1.1.ebuild
+++ b/games-fps/wmquake/wmquake-1.1.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/wmquake/wmquake-1.1.ebuild,v 1.7 2007/03/12 15:47:00 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/wmquake/wmquake-1.1.ebuild,v 1.8 2007/04/09 18:23:25 nyhm Exp $
inherit games
@@ -25,9 +25,9 @@ src_unpack() {
}
src_install() {
- exeinto "${GAMES_LIBDIR}/wmquake"
+ exeinto "$(games_get_libdir)/wmquake"
doexe wmquake || die "doexe failed"
- games_make_wrapper wmquake "${GAMES_LIBDIR}/wmquake/wmquake" "${GAMES_DATADIR}/quake1/"
+ games_make_wrapper wmquake "$(games_get_libdir)/wmquake/wmquake" "${GAMES_DATADIR}/quake1/"
dodoc README*
prepgamesdirs
}