From bb5820332704cb282f1ebc84576eb0df1cda9e2f Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 29 Oct 2008 04:38:12 +0000 Subject: [PATCH] ($(LIBDIR)/xemacs/xemacs-packages): Don't install `apel'. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e166e00..053a419 100644 --- a/Makefile.in +++ b/Makefile.in @@ -185,7 +185,7 @@ apel: $(LIBDIR)/xemacs/xemacs-packages: cd $(LIBDIR)/xemacs && \ curl $(XEMACS_PACKAGES_URL)/xemacs-sumo.tar.gz \ - | $(SUDO) $(TAR) xvzf - + | $(SUDO) $(TAR) xvzf - --exclude=apel $(LIBDIR)/xemacs/mule-packages: cd $(LIBDIR)/xemacs && \ -- 1.7.10.4