OSDN Git Service

Set curl to redirect to the new contrib package download mirror. Without this, jam...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 9 Jan 2007 19:26:27 +0000 (19:26 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 9 Jan 2007 19:26:27 +0000 (19:26 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@101 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile

index 5df1489..33e9c2e 100644 (file)
@@ -4,7 +4,7 @@ SubDir TOP contrib ;
 # is installed for all other systems
 if $(OS) = MACOSX
 {
-    WGET = curl -o ;
+    WGET = curl -L -o ;
 }
 else
 {