From 7e36f61d06b5d2171f4cf5f254c3e7f05d7cd704 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 12 Sep 2018 18:20:27 +0900 Subject: [PATCH] (XEMACS_PACKAGES_URL): Use http://ftp.xemacs.org/pub/xemacs/packages/ instead of http://www.chise.org/dist/XEmacs/packages/. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 21b47b3..7644e8c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,8 @@ CHISE_GIT_ROOT = http://git.chise.org/git/chise ELISP_GIT_ROOT = http://git.chise.org/git/elisp CVS_ROOT = "@cvs_root@" LEMI_CVS_ROOT = "@lemi_cvs_root@" -XEMACS_PACKAGES_URL = http://www.chise.org/dist/XEmacs/packages/ +#XEMACS_PACKAGES_URL = http://www.chise.org/dist/XEmacs/packages/ +XEMACS_PACKAGES_URL = http://ftp.xemacs.org/pub/xemacs/packages/ all: build-concord build-libchise -- 1.7.10.4