diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-22 14:17:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-22 14:17:11 +0000 |
commit | 9a403b6d5d954b6338a1e3d8eee774f5be2b37a8 (patch) | |
tree | c01fdf076beef2b3c91a4338d9f4b9599c987e4a /games-fps/ut2003 | |
parent | New ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-9a403b6d5d954b6338a1e3d8eee774f5be2b37a8.tar.gz gentoo-2-9a403b6d5d954b6338a1e3d8eee774f5be2b37a8.tar.bz2 gentoo-2-9a403b6d5d954b6338a1e3d8eee774f5be2b37a8.zip |
Modified sed line to change sed from working on portage tree to working on file in ${D}. Closing bug #45287.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 215722fe8d9f..762a840ca72e 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2004/03/19 18:33:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.16 2004/03/22 14:17:11 wolf31o2 Exp $ + + 22 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild: + Modified sed line to change sed from working on portage tree to working on + file in . Closing bug #45287. 19 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild: Fixing sed problem and (hopefully) closing bug #35603. diff --git a/games-fps/ut2003/ut2003-2225-r1.ebuild b/games-fps/ut2003/ut2003-2225-r1.ebuild index 12175891fc65..2355b4659a82 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.5 2004/03/19 18:33:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.6 2004/03/22 14:17:11 wolf31o2 Exp $ inherit games @@ -110,8 +110,8 @@ src_install() { insinto ${dir} doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" - sed -i "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ut2003 dogamesbin ut2003 + sed -i "s:GENTOO_DIR:${dir}:" ${D}/${GAMES_BINDIR}/ut2003 rm ${Ddir}/System/{UT2003,User}.ini || die "deleting ini files" |