diff options
Diffstat (limited to 'standalone')
-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 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) |