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.
This commit is contained in:
Matthew Klein 2018-07-16 18:52:11 -05:00 committed by Fredrik Fornwall
parent 3cb559afa5
commit 6274ffafe8
1 changed files with 1 additions and 1 deletions

View File

@ -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