diff options
Diffstat (limited to 'remoting/host/installer/linux/build-deb.sh')
-rwxr-xr-x | remoting/host/installer/linux/build-deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/installer/linux/build-deb.sh b/remoting/host/installer/linux/build-deb.sh index 5c85e56..6f27d46 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 \ |