From 95948c52164ed4cf42bb864ebb165263d7f686bc Mon Sep 17 00:00:00 2001 From: jbrjake Date: Tue, 9 Jan 2007 19:26:27 +0000 Subject: [PATCH] Set curl to redirect to the new contrib package download mirror. Without this, jam fails on Macs. git-svn-id: svn://localhost/HandBrake/trunk@101 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Jamfile b/contrib/Jamfile index 5df1489d..33e9c2e5 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 { -- 2.11.0