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" |