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-rally | |
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-rally')
-rw-r--r-- | games-fps/quake1-rally/quake1-rally-1.2.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-fps/quake1-rally/quake1-rally-1.2.ebuild b/games-fps/quake1-rally/quake1-rally-1.2.ebuild index 946b4dfe8a49..00a878eb0432 100644 --- a/games-fps/quake1-rally/quake1-rally-1.2.ebuild +++ b/games-fps/quake1-rally/quake1-rally-1.2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.3 2005/09/26 18:01:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.4 2005/11/05 22:41:28 vapier Exp $ -inherit eutils games +inherit games DESCRIPTION="TC which turns Quake into a Rally racing game" HOMEPAGE="http://www.quakerally.com/" -SRC_URI=" - mirror://gentoo/qr12.zip +SRC_URI="mirror://gentoo/qr12.zip mirror://gentoo/qrlo1.zip" LICENSE="as-is" @@ -32,9 +31,7 @@ src_unpack() { } src_install() { - local dir=${GAMES_DATADIR}/quake-data - dodir "${dir}" - insinto "${dir}" + insinto "${GAMES_DATADIR}/quake1" doins -r * || die "doins" prepgamesdirs } |