mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Correct ndk-r8b install for build server
This commit is contained in:
parent
27a07d7063
commit
f63d57b512
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ script "setup-android-ndk" do
|
|||
code "
|
||||
wget http://dl.google.com/android/ndk/android-ndk-r8b-linux-x86.tar.bz2
|
||||
tar jxvf android-ndk-r8b-linux-x86.tar.bz2
|
||||
mv android-ndk-r8 #{ndk_loc}
|
||||
mv android-ndk-r8b #{ndk_loc}
|
||||
"
|
||||
not_if do
|
||||
File.exists?("#{ndk_loc}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue