termux_step_setup_variables.sh: remove unneeded variable

Not needed after cada4be0d8.
This commit is contained in:
Leonid Pliushch 2019-03-20 03:41:36 +02:00
parent 166f6e6e47
commit 8742fc020d
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ termux_step_setup_variables() {
: "${TERMUX_DEBDIR:="${TERMUX_SCRIPTDIR}/debs"}"
: "${TERMUX_SKIP_DEPCHECK:="false"}"
: "${TERMUX_INSTALL_DEPS:="false"}"
: "${TERMUX_REPO_SIGNING_KEYS:="packages/apt/trusted.gpg packages/termux-keyring/grimler.gpg packages/termux-keyring/xeffyr.gpg packages/termux-keyring/termux-autobuilds.gpg"}"
: "${TERMUX_PKG_MAINTAINER:="Fredrik Fornwall @fornwall"}"
: "${TERMUX_PACKAGES_DIRECTORIES:="packages"}"