mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Correct ndk-r8b install for build server
This commit is contained in:
parent
27a07d7063
commit
f63d57b512
@ -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…
Reference in New Issue
Block a user