diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 22:55:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 22:55:40 -0400 |
commit | 1eb61d02e81f998f81488e3110137a2770a6ba96 (patch) | |
tree | 867fdb36982d37a89fd40746bcb9024f61302e73 | |
parent | 660b0321e453a5ac994a9abc581be1136d6a9ad5 (diff) |
work around stupid licence prompt
-rw-r--r-- | standalone/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 494b052c0..5084ff5e8 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -132,7 +132,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 && tools/update.sh >/dev/null 2>&1 + cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && echo y | tools/update.sh touch $@ source: $(GIT_ANNEX_ANDROID_SOURCETREE) |