diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-30 03:50:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-30 03:50:34 +0000 |
commit | cf934e9f9a49281e568303f25904757ffb86aeef (patch) | |
tree | 607d0f8a1c3d3afbd117856f4694390cfb578ada /games-fps/quake3 | |
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')
-rw-r--r-- | games-fps/quake3/files/digest-quake3-9999 | 1 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.34_rc3.ebuild | 5 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/games-fps/quake3/files/digest-quake3-9999 b/games-fps/quake3/files/digest-quake3-9999 index 8b137891791f..e69de29bb2d1 100644 --- a/games-fps/quake3/files/digest-quake3-9999 +++ b/games-fps/quake3/files/digest-quake3-9999 @@ -1 +0,0 @@ - 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() { 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() { |