summaryrefslogtreecommitdiff
path: root/android/sdremote
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-02-17 14:14:02 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-02-18 11:17:35 +0100
commit5fd7c66733620ffaf06172cb9998bd73b7a2f9ba (patch)
tree9f8b3190c6ebdaecd3aec091d061ff4ac16c41dd /android/sdremote
parent21bec368ad670e368d4b5cadae1c07962710f115 (diff)
Fix fdo#60754 - no translations for langs sorting after qtz
Adjust check to not rely on lexicographical order. This amends 8ae3ddca7e99d2bdbaadd5e0c82de2f0fbd30f91. Change-Id: I5023b07af819eb09ea9dc569bdbac806f936485f
Diffstat (limited to 'android/sdremote')
-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: