Commit 0b7dd63f authored by earthdok's avatar earthdok Committed by Commit bot

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}
parent 4c191be1
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment