From: jbrjake Date: Tue, 9 Jan 2007 19:26:27 +0000 (+0000) Subject: Set curl to redirect to the new contrib package download mirror. Without this, jam... X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=95948c52164ed4cf42bb864ebb165263d7f686bc;p=handbrake-jp%2Fhandbrake-jp-git.git 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 --- 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 {