From 63a51e7d4ba3fc97268dc51ffd6ca4ffb7d37ec2 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 13 Nov 2016 14:38:28 +0900 Subject: [PATCH] (XEMACS_PACKAGES_URL): Use http://www.chise.org/dist/XEmacs/packages/ instead of http://ftp.xemacs.org/pub/xemacs/packages/. ($(LIBDIR)/xemacs/xemacs-packages): Use xemacs-sumo.tar.bz2 instead of xemacs-sumo.tar.gz. ($(LIBDIR)/xemacs/mule-packages): Use xemacs-mule-sumo.tar.bz2 instead of xemacs-mule-sumo.tar.gz. --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index b140627..21b47b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ 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://ftp.xemacs.org/pub/xemacs/packages/ +XEMACS_PACKAGES_URL = http://www.chise.org/dist/XEmacs/packages/ all: build-concord build-libchise @@ -222,13 +222,13 @@ nabe: $(LIBDIR)/xemacs/xemacs-packages: cd $(LIBDIR)/xemacs && \ - curl $(XEMACS_PACKAGES_URL)/xemacs-sumo.tar.gz \ - | $(SUDO) $(TAR) xvzf - --exclude=apel + curl $(XEMACS_PACKAGES_URL)/xemacs-sumo.tar.bz2 \ + | $(SUDO) $(TAR) xvjf - --exclude=apel $(LIBDIR)/xemacs/mule-packages: cd $(LIBDIR)/xemacs && \ - curl $(XEMACS_PACKAGES_URL)/xemacs-mule-sumo.tar.gz \ - | $(SUDO) $(TAR) xvzf - + curl $(XEMACS_PACKAGES_URL)/xemacs-mule-sumo.tar.bz2 \ + | $(SUDO) $(TAR) xvjf - distclean: -- 1.7.10.4