sci-mathematics/z3: Fix examples install directory.
authorMark Wright <gienah@gentoo.org>
Sat, 28 Jan 2017 10:34:37 +0000 (21:34 +1100)
committerMark Wright <gienah@gentoo.org>
Sat, 28 Jan 2017 10:34:37 +0000 (21:34 +1100)
Package-Manager: portage-2.3.3

sci-mathematics/z3/z3-4.4.1.ebuild
sci-mathematics/z3/z3-4.5.0.ebuild

index b5e329e1a49e59da2766b02aa9278a116822a8f2..34d920a650d543752373cc5f14291d33cc858bd0 100644 (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
 
index fce9a7270f896ec4f86d434c50b5504c3ca8d866..30eea151404e2a673eee7076f48aa4e1596039b5 100644 (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