do-patch: switch default patch_args to -Np1

All templates that require -Np0 have patch_args appended.
Let's flip the switch.
This commit is contained in:
Đoàn Trần Công Danh 2021-06-18 07:38:20 +07:00 committed by Đoàn Trần Công Danh
parent ef11f57681
commit 8b25a1449b
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
_process_patch() {
local _args= _patch= i=$1
_args="-Np0"
_args="-Np1"
_patch=${i##*/}
if [ -f $PATCHESDIR/${_patch}.args ]; then