diff options
Diffstat (limited to 'games-fps/ezquake-bin/ezquake-bin-1517.ebuild')
-rw-r--r-- | games-fps/ezquake-bin/ezquake-bin-1517.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/ezquake-bin/ezquake-bin-1517.ebuild b/games-fps/ezquake-bin/ezquake-bin-1517.ebuild index 7cf1af3c374b..5c25df8b1862 100644 --- a/games-fps/ezquake-bin/ezquake-bin-1517.ebuild +++ b/games-fps/ezquake-bin/ezquake-bin-1517.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1517.ebuild,v 1.1 2006/06/01 00:32:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1517.ebuild,v 1.2 2006/09/15 20:40:50 wolf31o2 Exp $ inherit games @@ -12,8 +12,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -QA_EXECSTACK_x86="opt/ezquake-bin/ezquake-gl.glx opt/ezquake-bin/ezquake.x11 opt/ezquake-bin/ezquake.svga" -QA_EXECSTACK_amd64="opt/ezquake-bin/ezquake-gl.glx opt/ezquake-bin/ezquake.x11 opt/ezquake-bin/ezquake.svga" +QA_EXECSTACK_x86="${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake-gl.glx + ${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.x11 + ${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.svga" +QA_EXECSTACK_amd64="${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake-gl.glx + ${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.x11 + ${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.svga" IUSE="opengl svga cdinstall" @@ -55,7 +59,8 @@ pkg_postinst() { games_pkg_postinst einfo "NOTE that this client doesnt include .pak files. You need to copy them from" einfo "your quake1 CD (see also: http://www.idsoftware.com/store/index.php?view=quake&page=2), " - einfo "(note that quake1 shareware packs are free) and put them in /opt/quake1/id1 (all names lowercase)" + einfo "(note that quake1 shareware packs are free) and put them in" + einfo " ${GAMES_PREFIX_OPT}/quake1/id1 (all names lowercase)" einfo "You may also want to check:" einfo "--> http://fuhquake.quakeworld.nu -- complete howto on commands and variables" einfo "--> http://equake.quakeworld.nu -- free package containing various files" |