From: Jason Stephenson Date: Thu, 28 Feb 2013 23:39:59 +0000 (-0500) Subject: Branch to test 64bit dynamically linked mar tools on Linux. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=26d6350f74bdf7a0c80e79292a8e93d1ab053ec0;p=working%2FEvergreen.git Branch to test 64bit dynamically linked mar tools on Linux. Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/xul/staff_client/external/make_updates.sh b/Open-ILS/xul/staff_client/external/make_updates.sh index d708e91cf6..87422c031f 100755 --- a/Open-ILS/xul/staff_client/external/make_updates.sh +++ b/Open-ILS/xul/staff_client/external/make_updates.sh @@ -194,7 +194,7 @@ function check_mar fi if [ ! -x "$MAR" -o ! -x "$MBSDIFF" ]; then if [ ! -f "external/mar" -o ! -f "external/mbsdiff" ]; then - wget ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/mar-generation-tools/mar-generation-tools-linux.zip + wget https://jason.mvlcstaff.org/mar-generation-tools/mar-generation-tools-linux.zip unzip mar-generation-tools-linux.zip -d external fi MAR="$PWD/external/mar"