commit: 2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 14:37:44 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:37:44 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c7b47b7
sci-mathematics/petsc: avoid double prefix
Package-Manager: Portage-2.3.31, Repoman-2.3.9
sci-mathematics/petsc/{petsc-3.9.0.ebuild => petsc-3.9.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/petsc/petsc-3.9.0.ebuild
b/sci-mathematics/petsc/petsc-3.9.0-r1.ebuild
similarity index 99%
rename from sci-mathematics/petsc/petsc-3.9.0.ebuild
rename to sci-mathematics/petsc/petsc-3.9.0-r1.ebuild
index e2f57c04f..1755e242a 100644
--- a/sci-mathematics/petsc/petsc-3.9.0.ebuild
+++ b/sci-mathematics/petsc/petsc-3.9.0-r1.ebuild
@@ -181,7 +181,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}/usr/$(get_libdir)/petsc" install
+ emake DESTDIR="${ED}" install
# add PETSC_DIR to environmental variables
cat >> 99petsc <<- EOF