diff --git a/helpers/config b/helpers/config
index a0c6525dd385a132ee7f75d669dfc45b469d1810..c0f75e3190da7395bd84cca7262372b451d412a0 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
 }