diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-16 19:26:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-16 19:26:41 +0000 |
commit | fa97ebdf582797a0ea48ac2fa23ece67c55d6413 (patch) | |
tree | 6ff17a20b850a0f568d4c7ea1a1823e83bfec9cc /games-fps/ut2003 | |
parent | Removing old version which doesn't compile with gcc-3.3. Bumping newer versi... (diff) | |
download | gentoo-2-fa97ebdf582797a0ea48ac2fa23ece67c55d6413.tar.gz gentoo-2-fa97ebdf582797a0ea48ac2fa23ece67c55d6413.tar.bz2 gentoo-2-fa97ebdf582797a0ea48ac2fa23ece67c55d6413.zip |
Changed sed lines to use sed -i.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 3b92b85381ca..8401c9231c1c 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.13 2004/02/27 16:47:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.14 2004/03/16 19:26:41 wolf31o2 Exp $ + + 16 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild: + Changed sed lines to use sed -i. 27 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild, ut2003-2225.ebuild: diff --git a/games-fps/ut2003/ut2003-2225-r1.ebuild b/games-fps/ut2003/ut2003-2225-r1.ebuild index 159ad5662a63..5a0fda0cdb8e 100644 --- a/games-fps/ut2003/ut2003-2225-r1.ebuild +++ b/games-fps/ut2003/ut2003-2225-r1.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-r1.ebuild,v 1.3 2004/02/27 16:47:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.4 2004/03/16 19:26:41 wolf31o2 Exp $ inherit games @@ -111,7 +111,7 @@ src_install() { doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" #sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ucc > ucc - sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ut2003 > ut2003 + sed -e -i "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ut2003 #dogamesbin ucc ut2003 dogamesbin ut2003 |