diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:48:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:48:57 +0000 |
commit | c71fec9a5ec844956e28bc1e4cc2fd1863c20987 (patch) | |
tree | 2163ce4af89811aa17dedc21fd15a08794dc99b8 /games-fps/fuhquake-bin | |
parent | rewrite of ebuild using linux-mod.eclass, adding patch + rules for udev support (diff) | |
download | gentoo-2-c71fec9a5ec844956e28bc1e4cc2fd1863c20987.tar.gz gentoo-2-c71fec9a5ec844956e28bc1e4cc2fd1863c20987.tar.bz2 gentoo-2-c71fec9a5ec844956e28bc1e4cc2fd1863c20987.zip |
quake-data -> quake1 #111622
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-fps/fuhquake-bin')
-rw-r--r-- | games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild index e6dab7ba91d0..62f21a0cfa01 100644 --- a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild +++ b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.2 2005/09/06 04:49:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.3 2005/11/05 22:47:28 vapier Exp $ inherit games @@ -36,7 +36,7 @@ src_install() { exeinto "${dir}" doexe fuhquake-gl.glx fuhquake.svga fuhquake.x11 fuhquake-security.so || die "doexe" cp -r fuhquake qw "${D}/${dir}"/ || die "cp data" - dosym "${GAMES_DATADIR}"/quake-data/id1 "${dir}"/id1 + dosym "${GAMES_DATADIR}"/quake1/id1 "${dir}"/id1 for x in fuhquake-gl.glx fuhquake.svga fuhquake.x11 ; do games_make_wrapper ${x} ./${x} "${dir}" |