diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:47:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:47:28 +0000 |
commit | 54f0e03d5553ba29c34639f9a0c50b643df6dedc (patch) | |
tree | 5f0f263da32c715578b918c2ad7c25efe01d6ae8 /games-fps/quake1-ctf | |
parent | rewrite of ebuild using linux-mod.eclass, adding patch + rules for udev support (diff) | |
download | historical-54f0e03d5553ba29c34639f9a0c50b643df6dedc.tar.gz historical-54f0e03d5553ba29c34639f9a0c50b643df6dedc.tar.bz2 historical-54f0e03d5553ba29c34639f9a0c50b643df6dedc.zip |
quake-data -> quake1 #111622
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'games-fps/quake1-ctf')
-rw-r--r-- | games-fps/quake1-ctf/quake1-ctf-4.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild b/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild index 7602b571c3dc..0408301b0a04 100644 --- a/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild +++ b/games-fps/quake1-ctf/quake1-ctf-4.0.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/quake1-ctf/quake1-ctf-4.0.ebuild,v 1.2 2005/09/26 18:08:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild,v 1.3 2005/11/05 22:37:14 vapier Exp $ inherit eutils games @@ -46,9 +46,7 @@ src_unpack() { } src_install() { - local dir=${GAMES_DATADIR}/quake-data - dodir "${dir}" - insinto "${dir}" - doins -r * + insinto "${GAMES_DATADIR}/quake1" + doins -r * || die prepgamesdirs } |