sci-mathematics/z3: Fix examples install directory.

Package-Manager: portage-2.3.3
This commit is contained in:
Mark Wright
2017-01-28 21:34:37 +11:00
parent 0d9f029f2f
commit 07ebca957c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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