Provisioning: Fix location of sw_versions.txt

I did not see this in the previous direct push.

Change-Id: I620dcc7f1c562e5bd9e09d479a4a5b8598a970fb
This commit is contained in:
Frederik Gladhorn
2018-01-29 21:46:10 +01:00
parent a434f14bd9
commit 61cd31a5e3

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
. $BASEDIR/../common/sw_versions.txt
. $BASEDIR/../common/shared/sw_versions.txt
VERSION=$libclang_version
URL="https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_${VERSION//\./}-linux-Rhel7.2-gcc5.3-x86_64.7z"
SHA1="bbdbbc0296f42310077539b7247d285386119ef4"