diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-10-29 22:11:58 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-10-29 22:12:42 +0100 |
commit | 4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55 (patch) | |
tree | 5c5bac9e73cd2a35ab1704b25e34f6b05c6ad999 /sci-mathematics | |
parent | sys-boot/grub: add platform xen_pvh (diff) | |
download | gentoo-4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55.tar.gz gentoo-4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55.tar.bz2 gentoo-4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55.zip |
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 <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |