diff options
author | 2006-10-24 23:04:38 +0000 | |
---|---|---|
committer | 2006-10-24 23:04:38 +0000 | |
commit | 60e3b5b4b846ad7caedfd4f5b383ef126e66adc0 (patch) | |
tree | e5dcae5e0de63de2bd193e5b24d9a34e092cb5d9 /games-fps/ut2003-data/ut2003-data-2107.ebuild | |
parent | Added quake3-urbanterror to the games-mods quake3 mask. (diff) | |
download | historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.tar.gz historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.tar.bz2 historical-60e3b5b4b846ad7caedfd4f5b383ef126e66adc0.zip |
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'games-fps/ut2003-data/ut2003-data-2107.ebuild')
-rw-r--r-- | games-fps/ut2003-data/ut2003-data-2107.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2003-data/ut2003-data-2107.ebuild b/games-fps/ut2003-data/ut2003-data-2107.ebuild index 2ca48428f7b0..cf758f681053 100644 --- a/games-fps/ut2003-data/ut2003-data-2107.ebuild +++ b/games-fps/ut2003-data/ut2003-data-2107.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/ut2003-data/ut2003-data-2107.ebuild,v 1.6 2006/03/31 21:24:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-data/ut2003-data-2107.ebuild,v 1.7 2006/10/24 23:04:38 wolf31o2 Exp $ inherit eutils games @@ -27,11 +27,11 @@ Ddir="${D}/${dir}" pkg_setup() { games_pkg_setup ewarn "The installed game takes about 2.7GB of space!" - cdrom_get_cds System/Packages.md5 StaticMeshes/AWHardware.usx.uz2 \ - Extras/MayaPLE/Maya4PersonalLearningEditionEpic.exe } src_unpack() { + cdrom_get_cds System/Packages.md5 StaticMeshes/AWHardware.usx.uz2 \ + Extras/MayaPLE/Maya4PersonalLearningEditionEpic.exe unzip ${DISTDIR}/UT2003CrashFix.zip \ || die "unpacking crash-fix" } |