sci-mathematics/psmt2-frontend: fix make install
authorTupone Alfredo <tupone@gentoo.org>
Tue, 29 Oct 2019 21:11:58 +0000 (22:11 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Tue, 29 Oct 2019 21:12:42 +0000 (22:12 +0100)
Closes: https://bugs.gentoo.org/698858
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild

index a7bedc5e96d5fe272152c2ebd40ed8e908c2871d..5f6f9e6f4f39757fa4113a41ace0587ff2737932 100644 (file)
@@ -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
 }