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

mikeperry at torproject.org mikeperry at torproject.org
Tue Apr 22 15:02:03 UTC 2014


commit 5fabcea887f1f7a4129b05a7d6f9767798a75f18
Author: Mike Perry <mikeperry-git at 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 \





More information about the tor-commits mailing list