diff options
author | Sam James <sam@gentoo.org> | 2021-10-15 04:50:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-15 04:50:57 +0100 |
commit | 40365fd63074cbc81af8464450e84605ea12ec0d (patch) | |
tree | 2ab979052711ea128255129354dccc389d4f379e /dev-ml/uutf/uutf-1.0.1.ebuild | |
parent | dev-ml/base_quickcheck: tighten ppxlib dependencies (diff) | |
download | gentoo-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/uutf-1.0.1.ebuild')
-rw-r--r-- | dev-ml/uutf/uutf-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 |