diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-02 13:02:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-02 13:02:56 +0000 |
commit | a4ad027c713ecff61f49d2a446e605544c7c7dab (patch) | |
tree | 29351aecea7c980421b6582bcaeb28ba545f6dc9 /games-fps | |
parent | New upstream release. Fixes #62604. (diff) | |
download | historical-a4ad027c713ecff61f49d2a446e605544c7c7dab.tar.gz historical-a4ad027c713ecff61f49d2a446e605544c7c7dab.tar.bz2 historical-a4ad027c713ecff61f49d2a446e605544c7c7dab.zip |
Fixing ut2004.xml link and closing bug #62532.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3270.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 70eba312a5e0..2c9ab0b6486e 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.15 2004/08/31 20:50:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.16 2004/09/02 13:02:56 wolf31o2 Exp $ + + 02 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3270.ebuild: + Fixing ut2004.xml link and closing bug #62532. *ut2004-3270 (31 Aug 2004) diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index 0330d97b6146..41d312dbb1f3 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,6 +1,6 @@ MD5 e4356dfa0a0e96a60fd32ee953a6d06b ut2004-3236-r1.ebuild 7688 -MD5 ca9b383e4abbf32da2fc6dc3b61febff ut2004-3270.ebuild 7686 -MD5 68b7d97206868ba06953dcd614f61949 ChangeLog 2674 +MD5 40a5eb850823796ba79083a5597be9c3 ut2004-3270.ebuild 7693 +MD5 5314575fd6e4076b8fc66325e9fe9b88 ChangeLog 2798 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 MD5 e199cda0f458ab3a4b3ca2e482451c8f files/ut2004.xml 358 MD5 bb442e10e0bdd90a0b58b83a7abe58c6 files/digest-ut2004-3270 76 diff --git a/games-fps/ut2004/ut2004-3270.ebuild b/games-fps/ut2004/ut2004-3270.ebuild index 9140fc5fd6e4..aae120b475ee 100644 --- a/games-fps/ut2004/ut2004-3270.ebuild +++ b/games-fps/ut2004/ut2004-3270.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3270.ebuild,v 1.1 2004/08/31 20:50:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3270.ebuild,v 1.2 2004/09/02 13:02:56 wolf31o2 Exp $ inherit games @@ -183,7 +183,7 @@ src_install() { # creating .loki/installed links mkdir -p ${D}/root/.loki/installed - dosym .manifest/${PN}.xml /root/.loki/installed/${PN}.xml + dosym ${dir}/.manifest/${PN}.xml /root/.loki/installed/${PN}.xml games_make_wrapper ut2004 ./ut2004 ${dir} |