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-goty/unreal-tournament-goty-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-goty/unreal-tournament-goty-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild | 10 |
1 files changed, 5 insertions, 5 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 816d008b02fd..604a055b1bd1 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-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-goty/unreal-tournament-goty-451.ebuild,v 1.4 2004/03/02 16:19:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.5 2004/06/03 20:49:59 agriffis Exp $ inherit games eutils @@ -40,7 +40,7 @@ src_install() { ########### ### PRE ### # 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" @@ -64,7 +64,7 @@ src_install() { # Help, Logs, Music, Sounds, Textures, Web cp -rf "${CDROM_ROOT}"/{Help,Logs,Music,Textures,Web} ${Ddir}/ || die "copy Help, Logs, Music, Textures, Web CD1" dodir ${dir}/Sounds - if [ `use nls` ] ; then + if use nls ; then cp -rf "${CDROM_ROOT}"/Sounds/* ${Ddir}/Sounds/ || die "copy Sounds CD1" else cp -rf "${CDROM_ROOT}"/Sounds/*.uax ${Ddir}/Sounds/ || die "copy Sounds CD1" @@ -72,7 +72,7 @@ src_install() { # System dodir ${dir}/System - if [ `use nls` ] ; then + if use nls ; then cp "${CDROM_ROOT}"/System/*.{est,frt,itt,int,u} ${Ddir}/System/ || die "copy System data CD1" else cp "${CDROM_ROOT}"/System/*.{int,u} ${Ddir}/System/ || die "copy System data CD1" @@ -100,7 +100,7 @@ src_install() { cp -rf "${CDROM_ROOT}"/{Help,Sounds} ${Ddir}/ || die "copy Help, Sounds CD2" # S3TC Textures - if [ `use S3TC` ] ; then + if use S3TC ; then cp -rf "${CDROM_ROOT}"/Textures ${Ddir}/ || die "copy S3TC Textures CD2" else cp -rf "${CDROM_ROOT}"/Textures/{JezzTex,Jezztex2,SnowDog,chaostex{,2}}.utx ${Ddir}/Textures/ || die "copy Textures CD2" |