From: Austin English Date: Mon, 11 Jul 2016 17:11:29 +0000 (-0500) Subject: games-action/chickens: call ./configure explicitly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=72a5e9bb9e4c5697c04978b6fe6fef263fcc1371;p=gentoo.git games-action/chickens: call ./configure explicitly This restores the previous behavior from chickens-0.2.4.ebuild, which caused failure for some users. Gentoo-Bug: https://bugs.gentoo.org/588544 Package-Manager: portage-2.3.0 --- diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild b/games-action/chickens/chickens-0.2.4-r1.ebuild index bf90160c2071..1f0ff7bd3d8b 100644 --- a/games-action/chickens/chickens-0.2.4-r1.ebuild +++ b/games-action/chickens/chickens-0.2.4-r1.ebuild @@ -43,6 +43,10 @@ src_prepare() { configure || die } +src_configure() { + bash ./configure || die +} + src_install() { dobin ${PN} insinto /usr/share/${PN}