From 07ebca957c5d2f5816e382aba63f05951ddd6b03 Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Sat, 28 Jan 2017 21:34:37 +1100 Subject: [PATCH] sci-mathematics/z3: Fix examples install directory. Package-Manager: portage-2.3.3 --- sci-mathematics/z3/z3-4.4.1.ebuild | 2 +- sci-mathematics/z3/z3-4.5.0.ebuild | 2 +- 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 -- 2.26.2