diff options
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 |