summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/z3/z3-4.4.1.ebuild2
-rw-r--r--sci-mathematics/z3/z3-4.5.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/z3/z3-4.4.1.ebuild b/sci-mathematics/z3/z3-4.4.1.ebuild
index b5e329e1a49e..34d920a650d5 100644
--- a/sci-mathematics/z3/z3-4.4.1.ebuild
+++ b/sci-mathematics/z3/z3-4.4.1.ebuild
@@ -113,7 +113,7 @@ src_install() {
dobin build/z3
if use examples; then
- insinto /usr/share/${PN}/examples
+ insinto /usr/share/${PN}
doins -r examples
fi
diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild
index fce9a7270f89..30eea151404e 100644
--- a/sci-mathematics/z3/z3-4.5.0.ebuild
+++ b/sci-mathematics/z3/z3-4.5.0.ebuild
@@ -115,7 +115,7 @@ src_install() {
|| die "Could not create libz3.so soname symlink"
if use examples; then
- insinto /usr/share/${PN}/examples
+ insinto /usr/share/${PN}
doins -r examples
fi