diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:31:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:31:33 +0000 |
commit | 1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd (patch) | |
tree | ff4b1d568f2309348c893518ad2dc9245217f696 /games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd.tar.gz gentoo-2-1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd.tar.bz2 gentoo-2-1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild index 4e3219e3fc33..d1e5d33d83ab 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.16 2007/03/12 15:27:03 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.17 2012/01/16 19:31:33 ulm Exp $ -inherit eutils games +inherit eutils cdrom games DESCRIPTION="Futuristic FPS (Game Of The Year edition)" HOMEPAGE="http://www.unrealtournament.com/" @@ -59,9 +59,9 @@ src_install() { dosed "s:\`FindPath \$0\`:${dir}:" "${dir}"/ucc # export some symlinks so ppl can run - dodir ${GAMES_BINDIR} - dosym "${dir}"/ucc ${GAMES_BINDIR}/ucc - dosym "${dir}"/ut ${GAMES_BINDIR}/ut + dodir "${GAMES_BINDIR}" + dosym "${dir}"/ucc "${GAMES_BINDIR}"/ucc + dosym "${dir}"/ut "${GAMES_BINDIR}"/ut ### PRE ### ########### |