aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-05 11:40:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-05 11:40:36 -0400
commit2f99c4734230e521f2d577923db817f4c93ac4e8 (patch)
tree19cae66518cbadc28861569db3b865e0ca691122
parent9449c5f5c00f26588b02e658e10291a04b3c9a71 (diff)
avoid false build failure in android log
-rw-r--r--standalone/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index ea3d1e1cc..3bf12dcde 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -147,7 +147,7 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/term/build-stamp: term.patch icons
# app, if it's also installed.
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && find -name .git -prune -o -type f -print0 | xargs -0 perl -pi -e 's/jackpal/ga/g'
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && perl -pi -e 's/Terminal Emulator/Git Annex/g' res/*/strings.xml
- cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && echo y | tools/update.sh
+ cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && echo y | tools/update.sh || true
touch $@
source: $(GIT_ANNEX_ANDROID_SOURCETREE)