diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-02-13 18:32:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-02-13 18:32:11 +0000 |
commit | 0e24799351be32868a332d30361c0027d40fa5b7 (patch) | |
tree | eb96613b8d16f4782baf1aca1a6e52ed4f5e3bcd /games-fps/ut2003/ut2003-2225.ebuild | |
parent | Version bumped (Manifest recommit) (diff) | |
download | gentoo-2-0e24799351be32868a332d30361c0027d40fa5b7.tar.gz gentoo-2-0e24799351be32868a332d30361c0027d40fa5b7.tar.bz2 gentoo-2-0e24799351be32868a332d30361c0027d40fa5b7.zip |
Fixing Benchmark problem in ut2003-2225.ebuild and closing bug #41004. Adding ut2003-2225-r1.ebuild to ~x86 to test new cdrom interface and close bug #40877 (Thanks, dad... ;p).
Diffstat (limited to 'games-fps/ut2003/ut2003-2225.ebuild')
-rw-r--r-- | games-fps/ut2003/ut2003-2225.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-fps/ut2003/ut2003-2225.ebuild b/games-fps/ut2003/ut2003-2225.ebuild index 2b9fe2656813..cd391629b3d9 100644 --- a/games-fps/ut2003/ut2003-2225.ebuild +++ b/games-fps/ut2003/ut2003-2225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.12 2004/02/05 20:23:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.13 2004/02/13 18:32:11 wolf31o2 Exp $ inherit games @@ -103,9 +103,7 @@ src_install() { cp -r ${S}/{extras,updater} ${Ddir} || die "copying extras/updater" # install benchmarks - # Fix provided by Matthis Grimm (Bug #40376) - cp -r ${S}/Benchmark/botmatch-* ${Ddir}/Benchmark || die "copying benchmark files" - cp -r ${S}/Benchmark/flyby-* ${Ddir}/Benchmark || die "copying benchmark files" + cp -r ${S}/Benchmark ${Ddir} || die "copying benchmark files" # copy ut2003/ucc exeinto ${dir} |