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

commit 80f3dafdd420491e23c22a688d075548480f78a6 Author: Alex Catarineu <acat@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 -@RESPATH@/res/locale/layout/MediaDocument.properties -@RESPATH@/res/locale/layout/xmlparser.properties -@RESPATH@/res/locale/dom/dom.properties +@BINPATH@/res/locale/layout/MediaDocument.properties +@BINPATH@/res/locale/layout/xmlparser.properties +@BINPATH@/res/locale/dom/dom.properties #ifndef MOZ_ANDROID_EXCLUDE_FONTS @BINPATH@/res/fonts/*
participants (1)
-
gk@torproject.org