diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:43:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:43:44 +0000 |
commit | da19b70b861e467407d9ce2b65e3601f57bd5a01 (patch) | |
tree | c1856c6e2c248cf334bc97fe10751bf25208185a /games-fps/quake1-rally | |
parent | quake-data -> quake1 #111622 (diff) | |
download | gentoo-2-da19b70b861e467407d9ce2b65e3601f57bd5a01.tar.gz gentoo-2-da19b70b861e467407d9ce2b65e3601f57bd5a01.tar.bz2 gentoo-2-da19b70b861e467407d9ce2b65e3601f57bd5a01.zip |
quake-data -> quake1 #111622
(Portage version: 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 } |