diff options
author | 2003-10-08 00:23:58 +0000 | |
---|---|---|
committer | 2003-10-08 00:23:58 +0000 | |
commit | d93ef20eb7d3fb27660bcf5c809d58cc367b50cf (patch) | |
tree | f60b7ea64209cad94df80219bde6d5c65a7a9905 /games-fps/unreal/unreal-226.ebuild | |
parent | Tweak dependencies to pull in zlib if tiff is specified in USE flags (diff) | |
download | historical-d93ef20eb7d3fb27660bcf5c809d58cc367b50cf.tar.gz historical-d93ef20eb7d3fb27660bcf5c809d58cc367b50cf.tar.bz2 historical-d93ef20eb7d3fb27660bcf5c809d58cc367b50cf.zip |
fix path #30611
Diffstat (limited to 'games-fps/unreal/unreal-226.ebuild')
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index fdc8428b39b1..013dfd0ab346 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.2 2003/09/09 23:44:19 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.3 2003/10/08 00:23:58 vapier Exp $ inherit games eutils @@ -45,7 +45,7 @@ src_install() { dosym ${GAMES_PREFIX_OPT}/unreal-tournament/System/Core.so ${dir}/System/Core.so dogamesbin ${FILESDIR}/unreal - dosed "s:GENTOO_DIR:${GAMES_BINDIR}:" ${GAMES_BINDIR}/unreal + dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/unreal prepgamesdirs } |