rust: fixup chmod

This commit is contained in:
Cody P Schafer
2014-12-29 14:45:44 -05:00
parent 3e1ddbf0ae
commit 8507c6b7ac
+1 -1
View File
@@ -336,7 +336,7 @@ 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}/"*
# Install our custon target.json files
local td="${D}${libdir}/rust/targets/"