[tor-launcher/master] Display which locales we decide to omit due to missing resources.

22 Apr
2014
22 Apr
'14
3:02 p.m.
commit 5fabcea887f1f7a4129b05a7d6f9767798a75f18 Author: Mike Perry <mikeperry-git@torproject.org> Date: Tue Apr 22 16:55:10 2014 +0200 Display which locales we decide to omit due to missing resources. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9acbddb..940bbdc 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ pkg-prepare: clean [ -n "$(BUNDLE_LOCALES)" ] && \ ! echo $(BUNDLE_LOCALES) | grep -qw `basename "$${d}"` \ ); then \ + echo "Removing locale $${d} (missing resource $${f})"; \ rm -rf "$${d}"; \ break; \ fi \
4080
Age (days ago)
4080
Last active (days ago)
0 comments
1 participants
participants (1)
-
mikeperry@torproject.org