rust: fixup chmod +x
This commit is contained in:
@@ -336,7 +336,9 @@ rust_do_install () {
|
|||||||
|
|
||||||
# Rust's install.sh doesn't mark executables as executable because
|
# Rust's install.sh doesn't mark executables as executable because
|
||||||
# we're using a custom bindir, do it ourselves.
|
# 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
|
# Install our custon target.json files
|
||||||
local td="${D}${libdir}/rust/targets/"
|
local td="${D}${libdir}/rust/targets/"
|
||||||
|
|||||||
Reference in New Issue
Block a user