Browse Source

CI: export TERMUX_PREFIX in repology script

Needed by some build.sh (e.g. for libllvm), otherwise they
may print an error when sourcing.
master
Leonid Plyushch 5 years ago
parent
commit
598ba0c611
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/repology/generate-repology-metadata.sh

1
scripts/repology/generate-repology-metadata.sh

@ -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)

Loading…
Cancel
Save