diff options
author | 2007-01-30 03:50:34 +0000 | |
---|---|---|
committer | 2007-01-30 03:50:34 +0000 | |
commit | cf934e9f9a49281e568303f25904757ffb86aeef (patch) | |
tree | 607d0f8a1c3d3afbd117856f4694390cfb578ada /games-fps/quake3/quake3-1.34_rc3.ebuild | |
parent | 3.0.5 version bump. Thanks to ChazeFroy <chazefroy at gmail dot com>. Fixes b... (diff) | |
download | gentoo-2-cf934e9f9a49281e568303f25904757ffb86aeef.tar.gz gentoo-2-cf934e9f9a49281e568303f25904757ffb86aeef.tar.bz2 gentoo-2-cf934e9f9a49281e568303f25904757ffb86aeef.zip |
dont call `install` with -s
(Portage version: 2.1.2-r5)
Diffstat (limited to 'games-fps/quake3/quake3-1.34_rc3.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-1.34_rc3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-fps/quake3/quake3-1.34_rc3.ebuild b/games-fps/quake3/quake3-1.34_rc3.ebuild index c318db9656d6..f122ac2cb687 100644 --- a/games-fps/quake3/quake3-1.34_rc3.ebuild +++ b/games-fps/quake3/quake3-1.34_rc3.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-1.34_rc3.ebuild,v 1.1 2006/11/29 23:39:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_rc3.ebuild,v 1.2 2007/01/30 03:50:34 vapier Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -61,6 +61,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() { |