From: Tupone Alfredo Date: Tue, 29 Oct 2019 21:11:58 +0000 (+0100) Subject: sci-mathematics/psmt2-frontend: fix make install X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55;p=gentoo.git sci-mathematics/psmt2-frontend: fix make install Closes: https://bugs.gentoo.org/698858 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone --- diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild index a7bedc5e96d5..5f6f9e6f4f39 100644 --- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild +++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild @@ -22,6 +22,9 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() { default mv configure.{in,ac} + sed -i \ + -e "s:configure.in:configure.ac:g" \ + Makefile.in || die eautoreconf }