Skip to content
Snippets Groups Projects
Commit 0c162092 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

config: enable multiple parent directory for remove_patch function

parent 306e1c1e
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ fi ...@@ -262,7 +262,7 @@ fi
} }
remove_patch(){ remove_patch(){
rm "$(find debian/patches -name "$1")" rm "$(find */patches -name "$1")"
sed -i "/$1/d" debian/patches/series sed -i "/$1/d" debian/patches/series
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment