|
|
@ -18,6 +18,12 @@ TERMUX_PKG_CONFFILES="etc/zshrc" |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes |
|
|
|
|
|
|
|
termux_step_post_configure() { |
|
|
|
# Certain packages are not safe to build on device because their |
|
|
|
# build.sh script deletes specific files in $TERMUX_PREFIX. |
|
|
|
if [ -n "$TERMUX_ON_DEVICE_BUILD" ]; then |
|
|
|
termux_error_exit "Package '$TERMUX_PKG_NAME' is not safe for on-device builds." |
|
|
|
fi |
|
|
|
|
|
|
|
# INSTALL file: "For a non-dynamic zsh, the default is to compile the complete, compctl, zle, |
|
|
|
# computil, complist, sched, # parameter, zleparameter and rlimits modules into the shell, |
|
|
|
# and you will need to edit config.modules to make any other modules available." |
|
|
|