diff options
author | jbrjake <[email protected]> | 2007-01-09 19:26:27 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-01-09 19:26:27 +0000 |
commit | d908db03769b9178c41f8c384b3c019b7711aeb8 (patch) | |
tree | 134a3326e5b9d7cebe7f87d94fd1f1787ab0ca6a /contrib | |
parent | 79d69134a830eb4ffea1e1efe64e1cea26909265 (diff) |
Set curl to redirect to the new contrib package download mirror. Without this, jam fails on Macs.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@101 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 5df1489d8..33e9c2e5b 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -4,7 +4,7 @@ SubDir TOP contrib ; # is installed for all other systems if $(OS) = MACOSX { - WGET = curl -o ; + WGET = curl -L -o ; } else { |