From 26903256232809a6566bfe0c42d637deb883b078 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 27 May 2020 06:44:12 -0700 Subject: Android: install translations into the right place When updating the NDK I forgot to adjust the install destination for the translations. Signed-off-by: Dirk Hohndel --- packaging/android/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/android') diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 53925ef45..718721b6a 100755 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -413,8 +413,8 @@ fi # now make the translations make translations -mkdir -p assets/translations -cp -a translations/*.qm assets/translations +mkdir -p subsurface-mobile-"$ANDROID_ABI"/assets/translations +cp -a translations/*.qm subsurface-mobile-"$ANDROID_ABI"/assets/translations # now build Subsurface and use the rest of the command line arguments make "$@" -- cgit v1.2.3-70-g09d2