mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-18 23:45:01 +00:00
build-package.sh: don't set TERMUX_PKG_REPLACES for debug builds
It was introduced in c18051e781. It didn't work as expected.
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