diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-17 08:54:50 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-17 08:54:50 +0000 |
commit | 4af00b11fb9bd9fe6f71648de62b1a59451c587f (patch) | |
tree | 868b3f76001664ab5be93f5ea9e1624f78e105fd /games-fps/ut2004 | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-4af00b11fb9bd9fe6f71648de62b1a59451c587f.tar.gz gentoo-2-4af00b11fb9bd9fe6f71648de62b1a59451c587f.tar.bz2 gentoo-2-4af00b11fb9bd9fe6f71648de62b1a59451c587f.zip |
Fix ROOT abuse, bug #167277
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 5d136ed3a7d2..d97a1e08f928 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.60 2007/02/07 12:06:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.61 2007/02/17 08:54:50 nyhm Exp $ + + 17 Feb 2007; Tristan Heaven <nyhm@gentoo.org> ut2004-3369-r4.ebuild: + Fix ROOT abuse, bug #167277 07 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r4.ebuild: Fixed an error with sed and error check it in the ebuild and converted einfo diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild index 9481b49bff8e..8d99dc24b2ef 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 # 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.15 2007/02/07 12:06:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.16 2007/02/17 08:54:50 nyhm Exp $ # To use system libraries, uncomment the following line and comment the one # below it. @@ -83,7 +83,7 @@ src_install() { # Creating .loki/installed links mkdir -p "${D}"/root/.loki/installed - dosym "${dir}"/.manifest/${PN}.xml "${ROOT}"/root/.loki/installed/${PN}.xml + dosym "${dir}"/.manifest/${PN}.xml /root/.loki/installed/${PN}.xml games_make_wrapper ut2004 ./ut2004 "${dir}" "${dir}" |