| Index: remoting/host/installer/linux/build-deb.sh
|
| diff --git a/remoting/host/installer/linux/build-deb.sh b/remoting/host/installer/linux/build-deb.sh
|
| index 5c85e563175f1ef5334d4fede99bd99a62a53190..6f27d468e002a767831b022088f12bbecc5efee1 100755
|
| --- a/remoting/host/installer/linux/build-deb.sh
|
| +++ b/remoting/host/installer/linux/build-deb.sh
|
| @@ -20,7 +20,7 @@ get_version_full() {
|
| src_root=${src_root:-./../../../..}
|
| remoting_version_path=$src_root/remoting/VERSION
|
| chrome_version_path=$src_root/chrome/VERSION
|
| - version_helper=$src_root/chrome/tools/build/version.py
|
| + version_helper=$src_root/build/util/version.py
|
|
|
| # TODO(lambroslambrou): Refactor to share the logic with remoting.gyp.
|
| version_major=$($version_helper -f $chrome_version_path \
|
|
|