scripts/list-versions.sh: set TERMUX_PREFIX variable
Fixes dirname: missing operand Try 'dirname --help' for more information. when sourcing some build.sh.
This commit is contained in:
parent
bdab94af08
commit
b99704569b
@ -7,6 +7,7 @@ check_package() { # path
|
||||
local pkg=$(basename $path)
|
||||
TERMUX_PKG_REVISION=0
|
||||
TERMUX_ARCH=aarch64
|
||||
TERMUX_PREFIX=/data/data/com.termux/files/usr
|
||||
. $path/build.sh
|
||||
if [ "$TERMUX_PKG_REVISION" != "0" ] || [ "$TERMUX_PKG_VERSION" != "${TERMUX_PKG_VERSION/-/}" ]; then
|
||||
TERMUX_PKG_VERSION+="-$TERMUX_PKG_REVISION"
|
||||
|
Loading…
Reference in New Issue
Block a user