build-package: fix forgotten p->pkg
This commit is contained in:
parent
6462d83a88
commit
2f9b08d948
@ -525,9 +525,9 @@ termux_step_start_build() {
|
|||||||
# Build dependencies
|
# Build dependencies
|
||||||
local pkg
|
local pkg
|
||||||
for pkg in $TERMUX_ALL_DEPS; do
|
for pkg in $TERMUX_ALL_DEPS; do
|
||||||
echo "Building dependency $p if necessary..."
|
echo "Building dependency $pkg if necessary..."
|
||||||
# Built dependencies are put in the default TERMUX_DEBDIR instead of the specified one
|
# Built dependencies are put in the default TERMUX_DEBDIR instead of the specified one
|
||||||
./build-package.sh -a $TERMUX_ARCH -s "$p"
|
./build-package.sh -a $TERMUX_ARCH -s "$pkg"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo "Skipping dependency check"
|
echo "Skipping dependency check"
|
||||||
|
Loading…
Reference in New Issue
Block a user