diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 19:52:03 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 19:52:03 +0000 |
commit | 99ba9b249bc58820410261c1fe00699bee5f0113 (patch) | |
tree | 7d689aac56a9d8797d45fe9ab8b135017c91299f /games-fps/ut2004/ut2004-3369-r4.ebuild | |
parent | nuppelvideo is partially broken, but may still be of use to someone. (diff) | |
download | gentoo-2-99ba9b249bc58820410261c1fe00699bee5f0113.tar.gz gentoo-2-99ba9b249bc58820410261c1fe00699bee5f0113.tar.bz2 gentoo-2-99ba9b249bc58820410261c1fe00699bee5f0113.zip |
Changed to use GAMES_PREFIX_OPT in ut2004.xml instead of a hard-coded /opt.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/ut2004/ut2004-3369-r4.ebuild')
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild index 6bb7b95d1ba8..bcacae4cd6cb 100644 --- a/games-fps/ut2004/ut2004-3369-r4.ebuild +++ b/games-fps/ut2004/ut2004-3369-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.13 2006/12/01 21:58:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.14 2006/12/06 19:52:03 wolf31o2 Exp $ # To use system libraries, uncomment the following line and comment the one # below it. @@ -76,8 +76,10 @@ src_install() { "${Ddir}"/System/ut2004-bin-linux-amd64 # Creating .manifest files + sed -e "s/GAMES_PREFIX_OPT/${GAMES_PREFIX_OPT}/" "${FILESDIR}"/${PN}.xml > \ + ${T}/${PN}.xml insinto "${dir}"/.manifest - doins "${FILESDIR}"/${PN}.xml + doins "${T}"/${PN}.xml # Creating .loki/installed links mkdir -p "${D}"/root/.loki/installed |