config: enable multiple parent directory for remove_patch function
This commit is contained in:
parent
306e1c1e48
commit
0c16209298
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ fi
|
|||
}
|
||||
|
||||
remove_patch(){
|
||||
rm "$(find debian/patches -name "$1")"
|
||||
rm "$(find */patches -name "$1")"
|
||||
sed -i "/$1/d" debian/patches/series
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue