diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-06-29 19:02:29 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-06-29 19:02:29 +0000 |
commit | 0230a06dc047615290d798263e2d19b8c60ecdc3 (patch) | |
tree | ac6cdb703a523a53a3a99735b4b6fddefbaaafb1 /games-strategy/openra | |
parent | Remove unused licenses. (diff) | |
download | gentoo-2-0230a06dc047615290d798263e2d19b8c60ecdc3.tar.gz gentoo-2-0230a06dc047615290d798263e2d19b8c60ecdc3.tar.bz2 gentoo-2-0230a06dc047615290d798263e2d19b8c60ecdc3.zip |
don't build stuff in src_install
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy/openra')
-rw-r--r-- | games-strategy/openra/openra-20120630.ebuild | 6 | ||||
-rw-r--r-- | games-strategy/openra/openra-20121019.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-strategy/openra/openra-20120630.ebuild b/games-strategy/openra/openra-20120630.ebuild index 3e536fde7011..6fd9aca2a536 100644 --- a/games-strategy/openra/openra-20120630.ebuild +++ b/games-strategy/openra/openra-20120630.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120630.ebuild,v 1.5 2013/01/02 11:43:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120630.ebuild,v 1.6 2013/06/29 19:02:29 hasufell Exp $ EAPI=4 @@ -38,6 +38,10 @@ src_prepare() { -i mods/{ra,cnc}/mod.yaml || die } +src_compile() { + emake all +} + src_install() { emake \ datadir="${GAMES_DATADIR}" \ diff --git a/games-strategy/openra/openra-20121019.ebuild b/games-strategy/openra/openra-20121019.ebuild index 98596cf8e56f..85763ba04857 100644 --- a/games-strategy/openra/openra-20121019.ebuild +++ b/games-strategy/openra/openra-20121019.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20121019.ebuild,v 1.1 2012/10/21 00:09:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20121019.ebuild,v 1.2 2013/06/29 19:02:29 hasufell Exp $ EAPI=4 @@ -36,6 +36,10 @@ src_prepare() { -i mods/{ra,cnc,d2k}/mod.yaml || die } +src_compile() { + emake all +} + src_install() { emake \ datadir="${GAMES_DATADIR}" \ |