From 95fa6c92a90a1669c5673fa262b5c1e04dcb4f61 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 2 Dec 2016 09:26:46 -0600 Subject: [PATCH] rust: remove unnecessary install chmods The comment isn't true anymore and we don't need to run chmod anymore. --- recipes-devtools/rust/rust.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index e7973605..d104d4a7 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -393,12 +393,6 @@ 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}/rustc" - chmod +x "${D}/${bindir}/rustdoc" - chmod +x "${D}/${bindir}/rust-gdb" - # Install our custom target.json files local td="${D}${libdir}/rustlib/" install -d "$td"