diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-25 23:01:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-25 23:01:06 +0000 |
commit | 1c052d996311d4082f3926fe06a664d44b6bc816 (patch) | |
tree | 6d39653dc8ff5690a8d09d8de942f43a520b7b19 /games-fps/ut2004 | |
parent | version bump (diff) | |
download | historical-1c052d996311d4082f3926fe06a664d44b6bc816.tar.gz historical-1c052d996311d4082f3926fe06a664d44b6bc816.tar.bz2 historical-1c052d996311d4082f3926fe06a664d44b6bc816.zip |
quoting
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild index 8d99dc24b2ef..0f87576ad2f6 100644 --- a/games-fps/ut2004/ut2004-3369-r4.ebuild +++ b/games-fps/ut2004/ut2004-3369-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.16 2007/02/17 08:54:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.17 2008/02/25 23:01:06 mr_bones_ Exp $ # To use system libraries, uncomment the following line and comment the one # below it. @@ -77,7 +77,7 @@ src_install() { # Creating .manifest files sed -e "s:GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" "${FILESDIR}"/${PN}.xml > \ - ${T}/${PN}.xml || die "sed failed" + "${T}"/${PN}.xml || die "sed failed" insinto "${dir}"/.manifest doins "${T}"/${PN}.xml |