diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-01 20:27:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-01 20:27:08 +0000 |
commit | fcbad3c052fd06143ca356e1cd86d278f4f32aa6 (patch) | |
tree | f5dbcfd04680ffd7c52ff46aec9dd3474e819f19 /games-fps | |
parent | mask afs and drac use flags (diff) | |
download | gentoo-2-fcbad3c052fd06143ca356e1cd86d278f4f32aa6.tar.gz gentoo-2-fcbad3c052fd06143ca356e1cd86d278f4f32aa6.tar.bz2 gentoo-2-fcbad3c052fd06143ca356e1cd86d278f4f32aa6.zip |
Switching to games_make_wrapper for starter script.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003/files/ut2003 | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 539ac31bfc57..e81d347f6b45 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.25 2004/07/08 13:51:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.26 2004/09/01 20:27:08 wolf31o2 Exp $ + + 01 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> -files/ut2003, + ut2003-2225-r3.ebuild: + Switching to games_make_wrapper for starter script. *ut2003-2225-r3 (08 Jul 2004) diff --git a/games-fps/ut2003/files/ut2003 b/games-fps/ut2003/files/ut2003 deleted file mode 100644 index 10d1914559f1..000000000000 --- a/games-fps/ut2003/files/ut2003 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd GENTOO_DIR -./ut2003 $@ diff --git a/games-fps/ut2003/ut2003-2225-r3.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild index 339115185030..ae596b467db1 100644 --- a/games-fps/ut2003/ut2003-2225-r3.ebuild +++ b/games-fps/ut2003/ut2003-2225-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.1 2004/07/08 13:51:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.2 2004/09/01 20:27:08 wolf31o2 Exp $ inherit games @@ -116,8 +116,7 @@ src_install() { insinto ${dir} doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" - dogamesbin ${FILESDIR}/ut2003 - sed -i "s:GENTOO_DIR:${dir}:" ${D}/${GAMES_BINDIR}/ut2003 + games_make_wrapper ut2003 ./ut2003 ${dir} # this brings our install up to the newest version cd ${S} |