1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fixes #52 : Fix permission for executing android-ndk bin

This commit is contained in:
Rancor 2015-01-04 20:41:43 +01:00
parent e9be413d3c
commit 80957c625f

View File

@ -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
"