rust: remove unnecessary install chmods

The comment isn't true anymore and we don't need to run chmod anymore.
This commit is contained in:
Doug Goldstein
2016-12-02 09:26:46 -06:00
parent e414321228
commit 95fa6c92a9

View File

@@ -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"