mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Instead of cp + chmod as there may be other files in the destination directory that chmod shouldn't change permissions of / where chmod might fail (E.G. symlinks that are only valid on the target). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>