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

Unified Diff: scripts/copy_data.sh

Issue 1823293002: Update timezone and apply miscellaneous locale data fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: fix a typo in README.chromium Created 4 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
« no previous file with comments | « patches/remove_si.patch ('k') | source/data/curr/tr.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/copy_data.sh
diff --git a/scripts/copy_data.sh b/scripts/copy_data.sh
index cfd3e9e38d3657bcc36aa028b8a8530112e67e87..75fba8293da3b7885140402350bdcb1bab70a3b7 100755
--- a/scripts/copy_data.sh
+++ b/scripts/copy_data.sh
@@ -10,7 +10,7 @@ TOPSRC="$(dirname "$0")/.."
source "${TOPSRC}/scripts/data_common.sh"
echo "Copying icudtl.dat and the corresponding assembly source for Linux"
-cp "data/out/tmp/icudt${VERSION}l.dat" "${TOPSRC}/source/data/in/icudtl.dat"
+cp "data/out/tmp/icudt${VERSION}l.dat" "${TOPSRC}/common/icudtl.dat"
cp "data/out/tmp/icudt${VERSION}l_dat.S" "${TOPSRC}/linux/icudtl_dat.S"
"${TOPSRC}/scripts/make_mac_assembly.sh"
« no previous file with comments | « patches/remove_si.patch ('k') | source/data/curr/tr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698