mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers/utils: replace the damn ynh_die with a warning when patch fails to apply ...
This commit is contained in:
parent
f12ed69b7b
commit
0ed6769fcf
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ ynh_setup_source() {
|
|||
pushd "$dest_dir"
|
||||
for p in $patches_folder/${source_id}-*.patch; do
|
||||
echo $p
|
||||
patch --strip=1 <$p || ynh_die --message="Unable to apply patches"
|
||||
patch --strip=1 <$p || ynh_print_warn --message="Packagers /!\\ patch $p failed to apply"
|
||||
done
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue