Allow overwriting vendor/download/libchromiumcontent when its version changes

This commit is contained in:
Adam Roben 2013-03-25 12:23:37 -04:00
parent 3cda49b894
commit 5c0323cf23

View file

@ -23,4 +23,4 @@ git submodule update --init --recursive
SOURCE_ROOT="$(pwd -P)"
DOWNLOAD_DIR="${SOURCE_ROOT}/vendor/download"
mkdir -p "${DOWNLOAD_DIR}"
vendor/libchromiumcontent/script/download "${BASE_URL}" "${DOWNLOAD_DIR}/libchromiumcontent"
vendor/libchromiumcontent/script/download -f "${BASE_URL}" "${DOWNLOAD_DIR}/libchromiumcontent"