diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 20:54:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 20:54:42 +0000 |
commit | 77567c54c48c59d1b86d7cb39b562a989cba7738 (patch) | |
tree | b3aa058de2685eed462a50bae93b50c6991db3d5 /games-fps/unreal-tournament/unreal-tournament-451.ebuild | |
parent | IUSE (diff) | |
download | historical-77567c54c48c59d1b86d7cb39b562a989cba7738.tar.gz historical-77567c54c48c59d1b86d7cb39b562a989cba7738.tar.bz2 historical-77567c54c48c59d1b86d7cb39b562a989cba7738.zip |
Fix use invocation
Diffstat (limited to 'games-fps/unreal-tournament/unreal-tournament-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index d4a01753229d..35cd314e48d3 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.8 2004/05/14 00:20:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.9 2004/06/03 20:51:40 agriffis Exp $ inherit eutils games @@ -51,7 +51,7 @@ src_install() { cp -rf ${CDROM_ROOT}/Sounds/*.uax ${Ddir}/Sounds/ || die "copy Sounds" # System - if [ `use 3dfx` ] ; then + if use 3dfx ; then tar -zxf Glide.ini.tar.gz -C ${Ddir} || die "install Glide ini" else tar -zxf OpenGL.ini.tar.gz -C ${Ddir} || die "install OpenGL ini" |