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 \
tbb-commits@lists.torproject.org