diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 21:14:52 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 21:14:52 +0000 |
commit | ae850421ab4a2d88e9cfb34f556c8a96ccc7cc82 (patch) | |
tree | 31b01deac893ac76fe6c96cd0c6bebf21198c1b0 /games-fps/quake2-data/quake2-data-3.20.ebuild | |
parent | Touch files needed to run syslog, bug #129685. (diff) | |
download | historical-ae850421ab4a2d88e9cfb34f556c8a96ccc7cc82.tar.gz historical-ae850421ab4a2d88e9cfb34f556c8a96ccc7cc82.tar.bz2 historical-ae850421ab4a2d88e9cfb34f556c8a96ccc7cc82.zip |
Moved games_pkg_setup to the beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-fps/quake2-data/quake2-data-3.20.ebuild')
-rw-r--r-- | games-fps/quake2-data/quake2-data-3.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild index 396b2904d8e6..91195437ed3c 100644 --- a/games-fps/quake2-data/quake2-data-3.20.ebuild +++ b/games-fps/quake2-data/quake2-data-3.20.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/quake2-data/quake2-data-3.20.ebuild,v 1.17 2006/03/15 22:33:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-data/quake2-data-3.20.ebuild,v 1.18 2006/04/13 21:06:48 wolf31o2 Exp $ inherit eutils games @@ -19,9 +19,9 @@ RDEPEND="" S=${WORKDIR} pkg_setup() { + games_pkg_setup export CDROM_SET_NAMES=("Existing Install" "Ultimate Quake Edition" "Quake2 CD" "Quake4 Bonus DVD") cdrom_get_cds baseq2:Install/patch:Install:Movies - games_pkg_setup } src_unpack() { |