summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-02-17 14:14:02 +0100
committerAndras Timar <atimar@suse.com>2013-02-18 10:22:04 +0000
commitd536dbb4871b6a32b7066de2485b4453fe32496d (patch)
treeeaa2d64cf0c369b8ab36043d0f072f6392b9993d /android
parent00967d738e02155d793830e23e5c33696f3a759a (diff)
Fix fdo#60754 - no translations for langs sorting after qtz
Adjust check to not rely on lexicographical order. This amends 8ae3ddca7e99d2bdbaadd5e0c82de2f0fbd30f91. Change-Id: I0e9ea916f2efaf21a8f44df4483a55ce7f6be33f Reviewed-on: https://gerrit.libreoffice.org/2196 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
index 3972a065e38b..9d9712ad6a72 100644
--- a/android/sdremote/Makefile
+++ b/android/sdremote/Makefile
@@ -54,5 +54,7 @@ translations.done: $(foreach lang,$(call android_get_langlist),$(call android_ge
translations.clean:
rm -rf $(foreach lang,$(call android_get_langlist),$(call android_get_podir,$(lang)))
+ rm -rf $(foreach lang,$(call android_get_langlist),translations-$(lang).db)
+ rm translations.done
# vim: set noet sw=4 ts=4: