Skip to content

Commit

Permalink
games-action/chickens: call ./configure explicitly
Browse files Browse the repository at this point in the history
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
  • Loading branch information
austin987 committed Jul 11, 2016
1 parent 9c3cd7b commit 72a5e9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games-action/chickens/chickens-0.2.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ src_prepare() {
configure || die
}

src_configure() {
bash ./configure || die
}

src_install() {
dobin ${PN}
insinto /usr/share/${PN}
Expand Down

0 comments on commit 72a5e9b

Please sign in to comment.