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

Correct ndk r9 install

This commit is contained in:
Ciaran Gultnieks 2013-10-06 12:51:16 +01:00
parent 244e069036
commit 771fb587e3

View File

@ -13,7 +13,7 @@ script "setup-android-ndk" do
SUFFIX = ''
fi
tar jxvf /vagrant/cache/android-ndk-r9-linux-x86$SUFFIX.tar.bz2
mv android-ndk-r8e #{ndk_loc}
mv android-ndk-r9 #{ndk_loc}
"
not_if do
File.exists?("#{ndk_loc}")