Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2878)

Unified Diff: android/patch_locale.sh

Issue 1051193002: Update tz db to 2015b (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: add comments to update_tz.sh Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android/patch_locale.sh
diff --git a/android/patch_locale.sh b/android/patch_locale.sh
index 1724a8af7ade7c6f70c46498667966360a3e5a66..cf0abb17092f0c025d4cd20d4bdbdfdf4c2d39cc 100755
--- a/android/patch_locale.sh
+++ b/android/patch_locale.sh
@@ -15,7 +15,12 @@ do
done
KEEPLIST="(${KEEPLIST})"
-cd $(dirname $0)/../source/data
+cd $(dirname $0)/..
Mark Mentovai 2015/04/02 19:47:11 cd "$(dirname "$0")/.."
jungshik at Google 2015/04/02 21:21:05 Done.
+
+echo "Applying brkitr.patch"
+patch -p1 < android/brkitr.patch || { echo "failed to patch"; exit 1; }
+
+cd source/data
for i in curr/*.txt
do
« no previous file with comments | « android/icudtl.dat ('k') | scripts/make_n_copy_data.sh » ('j') | scripts/make_n_copy_data.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698