From 8d14cfb562d8e72e25a7d90cbb5370bf904ccf1c Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 13 Aug 2015 15:22:33 -0400 Subject: [PATCH] LP 1484655: ftp://ftp.mozilla.org moved to http://archive.mozilla.org This commit changes the XULRUNNER_URL in Open-ILS/xul/staff_client/ Makefile.am from using ftp to talk to ftp.mozilla.org to using http with archive.mozilla.org. This is necessary because Mozilla.org have apparently declared the former to be closed and the latter to be the canonical location for downloads. Signed-off-by: Jason Stephenson Signed-off-by: Kathy Lussier --- Open-ILS/xul/staff_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index a27b5cb4c4..0da672fcf6 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -15,7 +15,7 @@ XULRUNNER_VERSION=14.0.1 XULRUNNER_WINFILE=xulrunner-$(XULRUNNER_VERSION).en-US.win32.zip XULRUNNER_LINUX32FILE=xulrunner-$(XULRUNNER_VERSION).en-US.linux-i686.tar.bz2 XULRUNNER_LINUX64FILE=xulrunner-$(XULRUNNER_VERSION).en-US.linux-x86_64.tar.bz2 -XULRUNNER_URL=ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$(XULRUNNER_VERSION)/runtimes/ +XULRUNNER_URL=http://archive.mozilla.org/pub/mozilla.org/xulrunner/releases/$(XULRUNNER_VERSION)/runtimes/ XULRUNNER_MAJOR_VERSION=$$(echo ${XULRUNNER_VERSION} | cut -d. -f1) # Extensions we include when not an extension ourselves -- 2.43.2