From 03c32d1ef00a34653e2a5dd4549eb36d90aa701c Mon Sep 17 00:00:00 2001 From: OwnageIsMagic Date: Sun, 15 May 2016 00:05:13 +0300 Subject: [PATCH] asdas --- buildAPK.sh | 3 ++- sysDeps.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/buildAPK.sh b/buildAPK.sh index 76854a93f0282..e6fd1df05a069 100755 --- a/buildAPK.sh +++ b/buildAPK.sh @@ -1,5 +1,6 @@ #!/bin/sh -set -ev +#set -ev +#set -v # Move to jni #mv ../Cataclysm-DDA/ ../jni diff --git a/sysDeps.sh b/sysDeps.sh index d97a32a0261d2..4d1720dcdda0d 100755 --- a/sysDeps.sh +++ b/sysDeps.sh @@ -7,7 +7,7 @@ set -ev # Get Android NDK if [[ ! -e ~/android-ndk-root/ndk-build ]]; then - wget dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip -O ~/ndk.zip - unzip ~/ndk.zip -d ~ 1>/dev/null + wget dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip -O ~/ndk.zip && + unzip ~/ndk.zip -d ~ 1>/dev/null && mv ~/android-ndk-r11c ~/android-ndk-root; fi