[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-2] fixup! Bug 30683: Prevent detection of locale via some *.properties

gk at torproject.org gk at torproject.org
Mon Sep 2 15:24:21 UTC 2019


commit 80f3dafdd420491e23c22a688d075548480f78a6
Author: Alex Catarineu <acat at torproject.org>
Date:   Mon Sep 2 16:58:24 2019 +0200

    fixup! Bug 30683: Prevent detection of locale via some *.properties
---
 mobile/android/installer/package-manifest.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mobile/android/installer/package-manifest.in b/mobile/android/installer/package-manifest.in
index ae4319214fad..33e0175a624e 100644
--- a/mobile/android/installer/package-manifest.in
+++ b/mobile/android/installer/package-manifest.in
@@ -203,9 +203,9 @@
 @BINPATH@/res/dtd/*
 @BINPATH@/res/language.properties
 @BINPATH@/res/locale/layout/HtmlForm.properties
- at RESPATH@/res/locale/layout/MediaDocument.properties
- at RESPATH@/res/locale/layout/xmlparser.properties
- at RESPATH@/res/locale/dom/dom.properties
+ at BINPATH@/res/locale/layout/MediaDocument.properties
+ at BINPATH@/res/locale/layout/xmlparser.properties
+ at BINPATH@/res/locale/dom/dom.properties
 
 #ifndef MOZ_ANDROID_EXCLUDE_FONTS
 @BINPATH@/res/fonts/*



More information about the tor-commits mailing list