mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
Be a bit more verbose when applying patches.
This commit is contained in:
parent
329f5ac73e
commit
ecb6e4868a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue