mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31:07 +03:00
Fixes #52 : Fix permission for executing android-ndk bin
This commit is contained in:
parent
e9be413d3c
commit
80957c625f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ script "setup-android-ndk-r10d" do
|
|||
else
|
||||
SUFFIX=''
|
||||
fi
|
||||
chmod u+x /vagrant/cache/android-ndk-r10d-linux-x86$SUFFIX.bin
|
||||
/vagrant/cache/android-ndk-r10d-linux-x86$SUFFIX.bin x
|
||||
mv android-ndk-r10d #{ndk_loc}/r10d
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue