mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Correct ndk r9 install
This commit is contained in:
parent
244e069036
commit
771fb587e3
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue