diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-21 16:01:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-21 16:01:15 -0400 |
commit | bad6429004bcfce67769eb8cd4821691735b5922 (patch) | |
tree | a0ef882ba77c62a20499903ed3b796a9d0f96088 /standalone/android/Makefile | |
parent | be7128f8f403dc4de99ca0159399edaca144a4a1 (diff) |
quick icon for Android. Not the best, but acceptable for now.
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r-- | standalone/android/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index a8ed260d2..e6ed1e992 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -91,6 +91,7 @@ build-utils: source cd source/term && git reset --hard cd source/term && patch -p1 <../../term.patch + (cd icons && tar c .) | (cd source/term/res && tar x) # This renaming has a purpose. It makes the path to the app's # /data directory shorter, which makes ssh connection caching # sockets placed there have more space for their filenames. |