diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:38:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 22:38:41 +0000 |
commit | 20ef5f509dfb42b8f53fd65c7c2d862b40b0fea4 (patch) | |
tree | 94f16fc0e3fcb59a23cd9fcb00a8904ff06b6a6c /games-fps/quake1-killer | |
parent | add support for existing installs/ultimate quake by UncleOwen #111615 (diff) | |
download | gentoo-2-20ef5f509dfb42b8f53fd65c7c2d862b40b0fea4.tar.gz gentoo-2-20ef5f509dfb42b8f53fd65c7c2d862b40b0fea4.tar.bz2 gentoo-2-20ef5f509dfb42b8f53fd65c7c2d862b40b0fea4.zip |
quake-data -> quake1 #111622
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-fps/quake1-killer')
-rw-r--r-- | games-fps/quake1-killer/quake1-killer-2.2z.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games-fps/quake1-killer/quake1-killer-2.2z.ebuild b/games-fps/quake1-killer/quake1-killer-2.2z.ebuild index 042f32b03402..6863e9807425 100644 --- a/games-fps/quake1-killer/quake1-killer-2.2z.ebuild +++ b/games-fps/quake1-killer/quake1-killer-2.2z.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild,v 1.2 2005/09/26 18:05:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-killer/quake1-killer-2.2z.ebuild,v 1.3 2005/11/05 22:38:41 vapier Exp $ -inherit eutils games +inherit games DESCRIPTION="The Killer Quake Patch" HOMEPAGE="http://kqp.mpog.com/ http://www.planetquake.com/qca/reviews/patch143.htm" @@ -25,9 +25,7 @@ src_unpack() { } src_install() { - local dir=${GAMES_DATADIR}/quake-data/killer - dodir "${dir}" - insinto "${dir}" - doins -r * + insinto "${GAMES_DATADIR}/quake-data/killer" + doins -r * || die prepgamesdirs } |