From 72a5e9bb9e4c5697c04978b6fe6fef263fcc1371 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 11 Jul 2016 12:11:29 -0500 Subject: 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 --- games-action/chickens/chickens-0.2.4-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games-action/chickens') 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} -- cgit v1.2.3-65-gdbad