diff options
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} |