From 8cf3e92a4f817091c84357ac33023dc72d467cb1 Mon Sep 17 00:00:00 2001 From: xtkoba <69125751+xtkoba@users.noreply.github.com> Date: Sat, 20 Nov 2021 01:01:01 +0900 Subject: [PATCH] zsh: Add cap module --- packages/zsh/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/zsh/build.sh b/packages/zsh/build.sh index 7cf486dc0..5bbe3bb85 100644 --- a/packages/zsh/build.sh +++ b/packages/zsh/build.sh @@ -44,7 +44,8 @@ termux_step_post_configure() { # - The mapfile module was requested in https://github.com/termux/termux-packages/issues/3116. # - The zselect module is used by multiple plugins (https://github.com/termux/termux-packages/issues/4939) # - The param_private module was requested in https://github.com/termux/termux-packages/issues/7391. - for module in curses deltochar files mapfile mathfunc pcre regex \ + # - The cap module was requested in https://github.com/termux/termux-packages/issues/3102. + for module in cap curses deltochar files mapfile mathfunc pcre regex \ socket stat system zprof zpty zselect param_private do perl -p -i -e "s|${module}.mdd link=no|${module}.mdd link=static|" $TERMUX_PKG_BUILDDIR/config.modules