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 | f115d40310c9a3df1f8bdc00c99f01b1ca079cf7 (patch) | |
tree | 54fd02ea6d4f911ed04e1d027a8140df426d89c3 /games-fps | |
parent | New upstream release. Fixes #62604. (Manifest recommit) (diff) | |
download | gentoo-2-f115d40310c9a3df1f8bdc00c99f01b1ca079cf7.tar.gz gentoo-2-f115d40310c9a3df1f8bdc00c99f01b1ca079cf7.tar.bz2 gentoo-2-f115d40310c9a3df1f8bdc00c99f01b1ca079cf7.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/ut2004-3270.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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} |