diff options
Diffstat (limited to 'games-fps/quake3/quake3-9999.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 3f64c9c60c9c..e421c3220467 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.13 2007/06/24 17:49:23 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.14 2007/12/31 21:27:47 vapier Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -77,15 +77,13 @@ src_compile() { src_install() { dodoc id-readme.txt TODO README BUGS ChangeLog - cd code/unix - dodoc README.* if use opengl ; then - doicon quake3.png + doicon misc/quake3.png make_desktop_entry quake3 "Quake III Arena" fi - cd ../../build/release* + cd build/release* local old_x x for old_x in ioq* ; do x=${old_x%.*} |