diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-02-17 08:54:50 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-02-17 08:54:50 +0000 |
commit | e66565e97e49fe3d246774d9a54fb3d8aba59c5e (patch) | |
tree | 137b032577fdb6e7a62f8394f532bc598a7a9693 /games-fps/ut2004/ut2004-3369-r4.ebuild | |
parent | Added ~ppc64 (diff) | |
download | historical-e66565e97e49fe3d246774d9a54fb3d8aba59c5e.tar.gz historical-e66565e97e49fe3d246774d9a54fb3d8aba59c5e.tar.bz2 historical-e66565e97e49fe3d246774d9a54fb3d8aba59c5e.zip |
Fix ROOT abuse, bug #167277
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'games-fps/ut2004/ut2004-3369-r4.ebuild')
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |