mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
CI: export TERMUX_PREFIX in repology script
Needed by some build.sh (e.g. for libllvm), otherwise they may print an error when sourcing.
This commit is contained in:
@@ -22,6 +22,7 @@ set -e
|
||||
|
||||
BASEDIR=$(dirname "$(realpath "$0")")
|
||||
export TERMUX_ARCH=aarch64
|
||||
export TERMUX_PREFIX=/data/data/com.termux/files/usr
|
||||
|
||||
check_package() { # path
|
||||
# Avoid ending on errors such as $(which prog)
|
||||
|
||||
Reference in New Issue
Block a user