Chromium Code Reviews| Index: chrome/installer/linux/common/installer.include |
| diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include |
| index 962fd86b2985471db3eb2b95c38f05d544b2a8d6..10062ff84ef5b98707a3397f06436fdab143820e 100644 |
| --- a/chrome/installer/linux/common/installer.include |
| +++ b/chrome/installer/linux/common/installer.include |
| @@ -132,6 +132,11 @@ stage_install_common() { |
| install -m 644 "${BUILDDIR}/ui_resources_100_percent.pak" "${STAGEDIR}/${INSTALLDIR}/" |
| fi |
| + # ICU data file |
| + if [ -r "${BUILDDIR}/icudtl.dat" ]; then |
|
Michael Moss
2014/01/22 22:06:14
If this file is not optional (if it should always
|
| + install -m 644 "${BUILDDIR}/icudtl.dat" "${STAGEDIR}/${INSTALLDIR}/" |
| + fi |
| + |
| # sandbox |
| # Rename sandbox binary with hyphen instead of underscore because that's what |
| # the code looks for, but the build targets can't use hyphens (scons bug?) |