diff options
author | 2007-01-30 03:50:34 +0000 | |
---|---|---|
committer | 2007-01-30 03:50:34 +0000 | |
commit | 4cf4748d8ff06ff2fbaf451b66ecbf22892cca75 (patch) | |
tree | 8c737ec53c4515fd2da0c1d4b062cbd6cacd7a00 /games-fps/quake3/quake3-9999.ebuild | |
parent | 3.0.5 version bump. Thanks to ChazeFroy <chazefroy at gmail dot com>. Fixes b... (diff) | |
download | historical-4cf4748d8ff06ff2fbaf451b66ecbf22892cca75.tar.gz historical-4cf4748d8ff06ff2fbaf451b66ecbf22892cca75.tar.bz2 historical-4cf4748d8ff06ff2fbaf451b66ecbf22892cca75.zip |
dont call `install` with -s
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'games-fps/quake3/quake3-9999.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 7025fa5489de..d24e79546f49 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.7 2006/10/19 22:09:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.8 2007/01/30 03:50:34 vapier Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -60,6 +60,9 @@ src_unpack() { unpack ${A} cd "${S}" fi + sed -i \ + -e '/INSTALL/s: -s : :' \ + Makefile code/tools/lcc/Makefile code/tools/asm/Makefile } src_compile() { |