aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r--standalone/android/Makefile1
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.