tsu: fix value of TERMUX_PKG_SKIP_SRC_EXTRACT

This commit is contained in:
Leonid Pliushch 2019-08-13 02:23:44 +03:00
parent ceb385a9a8
commit 549ca51943
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A su wrapper for Termux"
TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_VERSION=2.3
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_SKIP_SRC_EXTRACT=1
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_extract_package() {