aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-04-23 09:37:44 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-04-23 09:37:44 -0500
commit2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2 (patch)
tree665d70f44d606bda3c4b09dbb45a5a00355139c6 /sci-mathematics
parentsci-mathematics/petsc: remove upstream workaround for -j1 in 3.9.0 (diff)
downloadsci-2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2.tar.gz
sci-2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2.tar.bz2
sci-2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2.zip
sci-mathematics/petsc: avoid double prefix
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/petsc/petsc-3.9.0-r1.ebuild (renamed from sci-mathematics/petsc/petsc-3.9.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/petsc/petsc-3.9.0.ebuild b/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