From: Mark Wright Date: Sat, 28 Jan 2017 10:34:37 +0000 (+1100) Subject: sci-mathematics/z3: Fix examples install directory. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=07ebca957c5d2f5816e382aba63f05951ddd6b03;p=gentoo.git sci-mathematics/z3: Fix examples install directory. Package-Manager: portage-2.3.3 --- 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