commit: ecb6e4868a45c82dd2813d1e34ed820c1e8fee7f
parent 329f5ac73ed43a42edc220d7efdcc0ef4ba03930
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Tue, 2 Mar 2021 22:02:07 +0000
Be a bit more verbose when applying patches.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sysa/helpers.sh b/sysa/helpers.sh
@@ -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