Skip to content

Commit

Permalink
The depot_tools archive we use for Mac switched to a zip file, update…
Browse files Browse the repository at this point in the history
… build-chromium.sh
  • Loading branch information
ewencp committed Feb 17, 2013
1 parent 092e7b2 commit 80fba1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/build-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,9 @@ if [ x"${platform}" = x"Darwin" ]; then
mkdir -p "${CHROMIUM_BUILD_DIR}"
cd "${CHROMIUM_BUILD_DIR}"
if [ \! -e depot_tools ]; then
curl -o depot_tools.tar.gz http://src.chromium.org/svn/trunk/tools/depot_tools.tar.gz
tar -zxf depot_tools.tar.gz
curl -o depot_tools.zip http://src.chromium.org/svn/trunk/tools/depot_tools.zip
unzip depot_tools.zip
chmod -R a+x depot_tools/
fi
PATH="${CHROMIUM_DEPOTTOOLS_DIR}:$PATH"
echo "${CHROMIUM_CHECKOUT_DIR}"
Expand Down

0 comments on commit 80fba1d

Please sign in to comment.