diff options
author | 2007-12-31 21:27:47 +0000 | |
---|---|---|
committer | 2007-12-31 21:27:47 +0000 | |
commit | 75cbddcee42473eb138763af95cbaf7082a7ffb8 (patch) | |
tree | 18002e5b4fd6cb50f47e78d6b911d99230ce5432 /games-fps/quake3/quake3-9999.ebuild | |
parent | Marked ~ppc for bug #196439. (diff) | |
download | historical-75cbddcee42473eb138763af95cbaf7082a7ffb8.tar.gz historical-75cbddcee42473eb138763af95cbaf7082a7ffb8.tar.bz2 historical-75cbddcee42473eb138763af95cbaf7082a7ffb8.zip |
Fixes from David Watzke for building with newer svn checkouts #203733.
Package-Manager: portage-2.1.4_rc12
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%.*} |