diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index a7adafa..d8eac74 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -334,6 +334,11 @@ do_compile () { rust_do_install () { rust_runmake DESTDIR="${D}" install + # Rust's install.sh doesn't mark executables as executable because + # we're using a custom bindir, do it ourselves. + chmod +x "${D}/${bindir}/*" + + # Install our custon target.json files local td="${D}${libdir}/rust/targets/" install -d "$td" for tgt in "${WORKDIR}/targets/"* ; do