sample build.sh: add notice about disallowed behaviour

Superuser privileges and modification of files outside of build directories (e.g. in $HOME) are disallowed
to prevent data loss or system breakage.
This commit is contained in:
Leonid Pliushch 2019-02-12 19:42:46 +02:00
parent 1aa269456e
commit 4702001dcc

View File

@ -3,6 +3,10 @@
# Unless otherwise specified, variables are optional.
# Default values of all variables are found in build-package.sh
# IMPORTANT: build.sh script should not execute commands that
# require superuser (su/sudo) privileges or modify files outside
# of build directories.
TERMUX_PKG_API_LEVEL= # Minimal required Android API Level to run this package.
TERMUX_PKG_BLACKLISTED_ARCHES= # CPU architectures where the package could not be built.
TERMUX_PKG_BREAKS= # Packages that the package will break.