[tor-commits] [tor-browser-bundle/master] Bug 10354: Final fix for TBB 3.5 l10n issue
mikeperry at torproject.org
mikeperry at torproject.org
Thu Dec 12 04:37:05 UTC 2013
commit c6896a3df365559b732e08057f8100efc505b641
Author: Georg Koppen <gk at torproject.org>
Date: Wed Dec 11 15:28:54 2013 +0100
Bug 10354: Final fix for TBB 3.5 l10n issue
---
gitian/descriptors/mac/gitian-bundle.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gitian/descriptors/mac/gitian-bundle.yml b/gitian/descriptors/mac/gitian-bundle.yml
index edcc6d5..b71bdcc 100644
--- a/gitian/descriptors/mac/gitian-bundle.yml
+++ b/gitian/descriptors/mac/gitian-bundle.yml
@@ -131,13 +131,12 @@ script: |
cd ..
# FF24 puts the prefs in a different jar:
- if [ -f TorBrowserBundle.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/browser/omni.ja ]; then
- pushd TorBrowserBundle.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/browser/
+ if [ -f TorBrowserBundle_$LANG.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/browser/omni.ja ]; then
+ pushd TorBrowserBundle_$LANG.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/browser/
else
- pushd TorBrowserBundle.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/
+ pushd TorBrowserBundle_$LANG.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/
fi
- cd TorBrowserBundle_$LANG.app/Contents/MacOS/TorBrowser.app/Contents/MacOS/
mkdir -p defaults/preferences
cp ~/build/000-tor-browser.js defaults/preferences/000-tor-browser.js
echo "pref(\"general.useragent.locale\", \"$LANG\");" >> defaults/preferences/000-tor-browser.js
More information about the tor-commits
mailing list