From 8735704324f58eab330c9defbe98d49902f198e8 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Mon, 29 Dec 2014 14:55:12 -0500 Subject: [PATCH] rust: fixup chmod +x --- recipes/rust/rust.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 5711392..50b8254 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -336,7 +336,9 @@ rust_do_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}/"* + chmod +x "${D}/${bindir}/rustc" + chmod +x "${D}/${bindir}/rustdoc" + chmod +x "${D}/${bindir}/rust-lldb" # Install our custon target.json files local td="${D}${libdir}/rust/targets/"