| Index: chrome/chrome_installer.gypi
|
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
|
| index 9db60894440c8ba42c6b02f4454e98b1764f53eb..8aaf57f58b0754859b5e7a44ed07800cef871b8d 100644
|
| --- a/chrome/chrome_installer.gypi
|
| +++ b/chrome/chrome_installer.gypi
|
| @@ -340,7 +340,7 @@
|
| # Always google_chrome since this only applies to branding==Chrome.
|
| 'branding_dir': 'app/theme/google_chrome',
|
| 'version' : '<!(python <(version_py_path) -f <(DEPTH)/chrome/VERSION -t "@MAJOR@.@MINOR@.@BUILD@.@PATCH@")',
|
| - 'revision' : '<!(python <(DEPTH)/build/util/lastchange.py | cut -d "=" -f 2)',
|
| + 'revision' : '<!(python <(DEPTH)/build/util/lastchange.py --revision-only)',
|
| 'packaging_files_common': [
|
| 'installer/linux/internal/common/apt.include',
|
| 'installer/linux/internal/common/default-app.template',
|
|
|