Be a bit more verbose when applying patches.

This commit is contained in:
Andrius Štikonas 2021-03-02 22:02:07 +00:00
parent 329f5ac73e
commit ecb6e4868a
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ default_src_unpack() {
default_src_prepare() {
if test -d "${patch_dir}"; then
for p in "${patch_dir}"/*.patch; do
echo "Applying patch: ${p}"
patch -Np0 < "${p}"
done
fi