From 21a1f2f9fa48c26cdf8aa6cccde9e6d7c75d047b Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Mon, 16 Jul 2018 18:52:11 -0500 Subject: [PATCH] emacs: remove ctags.1.gz after building This man page conflicts with the one included with Universal Ctags (just like the ungziped one), so exclude it as well. --- packages/emacs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/emacs/build.sh b/packages/emacs/build.sh index 792ee3b36..c29cc3cf8 100644 --- a/packages/emacs/build.sh +++ b/packages/emacs/build.sh @@ -37,7 +37,7 @@ TERMUX_PKG_RM_AFTER_INSTALL="share/icons share/emacs/${TERMUX_PKG_VERSION}/etc/i # Remove ctags from the emacs package to prevent conflicting with # the Universal Ctags from the 'ctags' package (the bin/etags # program still remain in the emacs package): -TERMUX_PKG_RM_AFTER_INSTALL+=" bin/ctags share/man/man1/ctags.1" +TERMUX_PKG_RM_AFTER_INSTALL+=" bin/ctags share/man/man1/ctags.1 share/man/man1/ctags.1.gz" termux_step_post_extract_package () { # XXX: We have to start with new host build each time