diff options
-rw-r--r-- | games-fps/ut2003-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/ut2003-data/ut2003-data-2107.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-fps/ut2003-data/ChangeLog b/games-fps/ut2003-data/ChangeLog index f8bd47d8e738..cd673d6a12a3 100644 --- a/games-fps/ut2003-data/ChangeLog +++ b/games-fps/ut2003-data/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/ut2003-data # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-data/ChangeLog,v 1.1 2005/10/26 14:19:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-data/ChangeLog,v 1.2 2005/11/23 20:38:06 wolf31o2 Exp $ + + 23 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-data-2107.ebuild: + Moving linux_install.sh unpacking until CD #3 is mounted and closing bug + #113388. *ut2003-data-2107 (26 Oct 2005) diff --git a/games-fps/ut2003-data/ut2003-data-2107.ebuild b/games-fps/ut2003-data/ut2003-data-2107.ebuild index 21ba9cc6e120..63bac18bd283 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-2005 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.1 2005/10/26 14:19:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-data/ut2003-data-2107.ebuild,v 1.2 2005/11/23 20:38:06 wolf31o2 Exp $ inherit eutils games @@ -36,8 +36,6 @@ pkg_setup() { } src_unpack() { - unpack_makeself ${CDROM_ROOT}/linux_installer.sh \ - || die "unpacking linux installer" unzip ${DISTDIR}/UT2003CrashFix.zip \ || die "unpacking crash-fix" tar xf ${S}/ut2003lnxbins.tar \ @@ -65,6 +63,9 @@ src_install() { einfo "Copying files from Disk 3..." cp -r ${CDROM_ROOT}/Sounds ${Ddir}|| die "copying files" + unpack_makeself ${CDROM_ROOT}/linux_installer.sh \ + || die "unpacking linux installer" + # create empty files in Benchmark for j in {CSVs,Logs,Results} ; do mkdir -p ${Ddir}/Benchmark/${j} || die "creating folders" |