mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add -L to curl in linux build script so that 301 responses while fetching harvid are handled
This commit is contained in:
parent
cd0d68a591
commit
dbe7ecb07c
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ done
|
||||||
if test x$WITH_HARVID != x ; then
|
if test x$WITH_HARVID != x ; then
|
||||||
cd $APPBIN
|
cd $APPBIN
|
||||||
HARVID_VERSION="v0.7.0" # todo make 'latest' symlink on github work somehow.
|
HARVID_VERSION="v0.7.0" # todo make 'latest' symlink on github work somehow.
|
||||||
curl http://x42.github.com/harvid/releases/harvid-${MULTIARCH}-${HARVID_VERSION}.tgz \
|
curl -L http://x42.github.com/harvid/releases/harvid-${MULTIARCH}-${HARVID_VERSION}.tgz \
|
||||||
| tar -x -z --exclude=README --exclude=harvid.1 --strip-components=1 || exit 1
|
| tar -x -z --exclude=README --exclude=harvid.1 --strip-components=1 || exit 1
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue