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

Correct ndk-r8b install for build server

This commit is contained in:
Ciaran Gultnieks 2012-08-31 20:34:52 +01:00
parent 27a07d7063
commit f63d57b512

View File

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