diff --git a/helpers/config b/helpers/config index a0c6525..c0f75e3 100755 --- a/helpers/config +++ b/helpers/config @@ -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 }