Chromium Code Reviews| Index: scripts/make_data.sh |
| diff --git a/scripts/make_data.sh b/scripts/make_data.sh |
| index 41975d05b47ca641623f4557eb74fd3e6369840e..cc3c35a615b9e7563b70e2d28256272122026852 100755 |
| --- a/scripts/make_data.sh |
| +++ b/scripts/make_data.sh |
| @@ -42,7 +42,7 @@ function rewrite_data_makefile { |
| function build_data { |
| make clean |
| make |
| - sed -i 's/css3transform.res/root.res/' out/tmp/icudata.lst |
| + sed -i 's/root_subset.res/root.res/' out/tmp/icudata.lst |
| make |
| } |