summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-09-27 18:30:16 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-09-27 18:30:16 +0000
commitd8a47fd1cec136b274bf59f71d723413f100bccd (patch)
tree823ecf99025c72b4e06f1055240b9817ded3f759 /games-fps/quake3-bin
parentStable x86; the once this century update for linux flash has occured! (diff)
downloadgentoo-2-d8a47fd1cec136b274bf59f71d723413f100bccd.tar.gz
gentoo-2-d8a47fd1cec136b274bf59f71d723413f100bccd.tar.bz2
gentoo-2-d8a47fd1cec136b274bf59f71d723413f100bccd.zip
Move games_pkg_setup to the end of pkg_setup
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-fps/quake3-bin')
-rw-r--r--games-fps/quake3-bin/quake3-bin-1.32c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild
index 348a5944e583..256282b685c6 100644
--- a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild
+++ b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.3 2006/07/07 19:25:37 augustus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.4 2006/09/27 18:30:16 nyhm Exp $
inherit eutils games
@@ -49,12 +49,12 @@ dir=${GAMES_PREFIX_OPT}/quake3
Ddir=${D}/${dir}
pkg_setup() {
- games_pkg_setup
if use cdinstall
then
built_with_use games-fps/quake3-data cdinstall \
|| die "You must install quake3-data with USE=cdinstall to get the required data."
fi
+ games_pkg_setup
}
src_unpack() {