summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-15 04:50:57 +0100
committerSam James <sam@gentoo.org>2021-10-15 04:50:57 +0100
commit40365fd63074cbc81af8464450e84605ea12ec0d (patch)
tree2ab979052711ea128255129354dccc389d4f379e /dev-ml/uutf
parentdev-ml/base_quickcheck: tighten ppxlib dependencies (diff)
downloadgentoo-40365fd63074cbc81af8464450e84605ea12ec0d.tar.gz
gentoo-40365fd63074cbc81af8464450e84605ea12ec0d.tar.bz2
gentoo-40365fd63074cbc81af8464450e84605ea12ec0d.zip
dev-ml/uutf: fix utftrip install
Closes: https://bugs.gentoo.org/799833 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/uutf')
-rw-r--r--dev-ml/uutf/uutf-1.0.1.ebuild2
-rw-r--r--dev-ml/uutf/uutf-1.0.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild
index ca6cd4708b6e..d182d94e70ca 100644
--- a/dev-ml/uutf/uutf-1.0.1.ebuild
+++ b/dev-ml/uutf/uutf-1.0.1.ebuild
@@ -53,7 +53,7 @@ src_install() {
use ocamlopt && nativelibs="$(echo _build/src/uutf.cm{x,xa,xs} _build/src/uutf.a)"
ocamlfind install uutf _build/pkg/META _build/src/uutf.mli _build/src/uutf.cm{a,i} ${nativelibs} || die
- use utftrip && newbin utftrip.$(usex ocamlopt native byte) utftrip
+ use utftrip && newbin _build/test/utftrip.$(usex ocamlopt native byte) utftrip
dodoc CHANGES.md README.md
if use doc ; then
diff --git a/dev-ml/uutf/uutf-1.0.2.ebuild b/dev-ml/uutf/uutf-1.0.2.ebuild
index 320c6dea77ec..63f7a22d9016 100644
--- a/dev-ml/uutf/uutf-1.0.2.ebuild
+++ b/dev-ml/uutf/uutf-1.0.2.ebuild
@@ -53,7 +53,7 @@ src_install() {
use ocamlopt && nativelibs="$(echo _build/src/uutf.cm{x,xa,xs} _build/src/uutf.a)"
ocamlfind install uutf _build/pkg/META _build/src/uutf.mli _build/src/uutf.cm{a,i} ${nativelibs} || die
- use utftrip && newbin utftrip.$(usex ocamlopt native byte) utftrip
+ use utftrip && newbin _build/test/utftrip.$(usex ocamlopt native byte) utftrip
dodoc CHANGES.md README.md
if use doc ; then