diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-18 22:24:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-18 22:24:04 +0000 |
commit | 579473cd87ec4660dfef1c2232f600eddc6141e4 (patch) | |
tree | 997907fdad18a2055fc39579c7b97375127e9522 /games-fps | |
parent | amd64 and linux-mod updates (diff) | |
download | historical-579473cd87ec4660dfef1c2232f600eddc6141e4.tar.gz historical-579473cd87ec4660dfef1c2232f600eddc6141e4.tar.bz2 historical-579473cd87ec4660dfef1c2232f600eddc6141e4.zip |
Added ROOT to dosym.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/ut2004/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3339.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index cfe0d5ed60ff..92149b771f96 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.20 2004/11/24 13:21:35 wolf31o2 Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.21 2005/01/18 22:24:04 wolf31o2 Exp $ + + 18 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3339.ebuild: + Added ROOT to dosym. *ut2004-3339 (24 Nov 2004) diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index 0030190bfe15..b719fe08a61f 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,5 +1,5 @@ -MD5 ad0129fd9ba14a65662dafbb0070c9a7 ChangeLog 3496 +MD5 a517206d018abf8915aca0c86c0e7b7b ut2004-3339.ebuild 8077 +MD5 d75e8404cee2b9a78b8cdd4ea9e6834c ChangeLog 3594 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 -MD5 90ec0d2065c38ea3d96c13e24e30bad0 ut2004-3339.ebuild 8070 MD5 e199cda0f458ab3a4b3ca2e482451c8f files/ut2004.xml 358 MD5 9bdfe6ef27f3b41665b5545c4d03c767 files/digest-ut2004-3339 148 diff --git a/games-fps/ut2004/ut2004-3339.ebuild b/games-fps/ut2004/ut2004-3339.ebuild index 9903753c8792..c7ac7e3f8220 100644 --- a/games-fps/ut2004/ut2004-3339.ebuild +++ b/games-fps/ut2004/ut2004-3339.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3339.ebuild,v 1.1 2004/11/24 13:21:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3339.ebuild,v 1.2 2005/01/18 22:24:04 wolf31o2 Exp $ inherit games @@ -201,7 +201,7 @@ src_install() { # creating .loki/installed links mkdir -p ${D}/root/.loki/installed - dosym ${dir}/.manifest/${PN}.xml /root/.loki/installed/${PN}.xml + dosym ${dir}/.manifest/${PN}.xml ${ROOT}/root/.loki/installed/${PN}.xml games_make_wrapper ut2004 ./ut2004 ${dir} |