mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 13:39:55 -04:00
provision-android-ndk: let script work when no NDKs will be installed
The other form of find gave: # find $NDK_BASE -type f -executable -print0 | xargs -0 chmod a+x chmod: missing operand after ‘a+x’ Try 'chmod --help' for more information.
This commit is contained in:
@@ -27,4 +27,4 @@ chmod g+w $NDK_BASE
|
||||
|
||||
# ensure all users can read and execute the NDK
|
||||
chmod -R a+rX $NDK_BASE/
|
||||
find $NDK_BASE/ -type f -executable -print0 | xargs -0 chmod a+x
|
||||
find $NDK_BASE/ -type f -executable -exec chmod a+x -- {} +
|
||||
|
||||
Reference in New Issue
Block a user