games-action/bomberclone: fix build (bug #571398)

Package-Manager: portage-2.2.26
This commit is contained in:
Michael Sterrett
2016-01-10 02:51:44 -05:00
parent c15282f7de
commit 3cb0d98e7d

View File

@@ -25,6 +25,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-underlink.patch \
"${FILESDIR}"/${P}-gcc52.patch
mv configure.{in,ac} || die
sed -i -e 's/configure.in/configure.ac/' configure.ac || die
eautoreconf
}