From 6fbe915812e78e731e42946be9ce53c7a8811c92 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 26 Jun 2018 04:53:02 +0200 Subject: [PATCH] Fix typo in build-package.sh --- build-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-package.sh b/build-package.sh index ac677b3c9..f110ad0cb 100755 --- a/build-package.sh +++ b/build-package.sh @@ -486,7 +486,7 @@ termux_step_extract_package() { termux_error_exit "Error: length of TERMUX_PKG_SRCURL isn't equal to length of TERMUX_PKG_SHA256." fi # STRIP=1 extracts archives straight into TERMUX_PKG_SRCDIR while STRIP=0 puts them in subfolders. zip has same behaviour per default - # If this isn't desired then this can be fixed in termux_step_post_extract. + # If this isn't desired then this can be fixed in termux_step_post_extract_package. local STRIP=1 for i in $(seq 0 $(( ${#PKG_SRCURL[@]}-1 ))); do test $i -gt 0 && STRIP=0