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:
parent
ef11f57681
commit
8b25a1449b
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
_process_patch() {
|
||||
local _args= _patch= i=$1
|
||||
|
||||
_args="-Np0"
|
||||
_args="-Np1"
|
||||
_patch=${i##*/}
|
||||
|
||||
if [ -f $PATCHESDIR/${_patch}.args ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue