mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-29 14:12:18 +00:00
Merge pull request #2515 from Grimler91/debug
build-package.sh: don't set TERMUX_PKG_REPLACES for debug builds
This commit is contained in:
@@ -411,8 +411,6 @@ termux_step_start_build() {
|
||||
echo "$TERMUX_PKG_NAME@$TERMUX_PKG_FULLVERSION built - skipping (rm /data/data/.built-packages/$TERMUX_PKG_NAME to force rebuild)"
|
||||
exit 0
|
||||
fi
|
||||
else
|
||||
export TERMUX_PKG_REPLACES=${TERMUX_PKG_NAME}
|
||||
fi
|
||||
|
||||
# Cleanup old state:
|
||||
|
||||
Reference in New Issue
Block a user