commit:     40365fd63074cbc81af8464450e84605ea12ec0d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 03:50:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 03:50:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40365fd6

dev-ml/uutf: fix utftrip install

Closes: https://bugs.gentoo.org/799833
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/uutf/uutf-1.0.1.ebuild | 2 +-
 dev-ml/uutf/uutf-1.0.2.ebuild | 2 +-
 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 ca6cd4708b6..d182d94e70c 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 320c6dea77e..63f7a22d901 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

Reply via email to