Skip to content

Commit

Permalink
termux_step_handle_hostbuild: be more verbose when patching
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed May 16, 2021
1 parent 350b1b2 commit a618264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/termux_step_handle_hostbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ termux_step_handle_hostbuild() {
cd "$TERMUX_PKG_SRCDIR"
if [ "$TERMUX_PKG_QUICK_REBUILD" = "false" ]; then
for patch in $TERMUX_PKG_BUILDER_DIR/*.patch.beforehostbuild; do
echo "Applying patch: $(basename $patch)"
test -f "$patch" && sed "s%\@TERMUX_PREFIX\@%${TERMUX_PREFIX}%g" "$patch" | patch --silent -p1
done
fi
Expand Down

0 comments on commit a618264

Please sign in to comment.