diff options
author | earthdok <earthdok@chromium.org> | 2015-03-23 10:36:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-23 17:37:10 +0000 |
commit | 0b7dd63fafe2fdb62ccfe181e30cc5356de4bf6b (patch) | |
tree | 5b3ecb5703dc4324436d2f7ed40e7dfe074ac5ec /third_party/instrumented_libraries/scripts | |
parent | 4c191be13fffbb4fe2a9d7d32290dd75c17eb788 (diff) | |
download | chromium_src-0b7dd63fafe2fdb62ccfe181e30cc5356de4bf6b.zip chromium_src-0b7dd63fafe2fdb62ccfe181e30cc5356de4bf6b.tar.gz chromium_src-0b7dd63fafe2fdb62ccfe181e30cc5356de4bf6b.tar.bz2 |
Instrumented libraries: fix install-build-deps.sh
Update a path following a recent change in directory structure.
BUG=none
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1018043007
Cr-Commit-Position: refs/heads/master@{#321802}
Diffstat (limited to 'third_party/instrumented_libraries/scripts')
-rwxr-xr-x | third_party/instrumented_libraries/scripts/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/scripts/install-build-deps.sh b/third_party/instrumented_libraries/scripts/install-build-deps.sh index d6cce4a..7b8c3cb 100755 --- a/third_party/instrumented_libraries/scripts/install-build-deps.sh +++ b/third_party/instrumented_libraries/scripts/install-build-deps.sh @@ -94,5 +94,5 @@ if test "$ubuntu_release" = "trusty" ; then # libglib2.0-0 removes libelf in favor of libelfg0. # We let Chromium's build deps take priority. So, run Chromium's # install-build-deps.sh to reinstall those that have been removed. - $(dirname ${BASH_SOURCE[0]})/../../build/install-build-deps.sh --no-prompt + $(dirname ${BASH_SOURCE[0]})/../../../build/install-build-deps.sh --no-prompt fi |