diff --git a/recipes/wip/firedbg/recipe.toml b/recipes/wip/firedbg/recipe.toml
index 8ef0d28fd1d8512e42570770f03cc0e659d86ee4..005131f18bc699f2d28aaa4b725ed88ea36e7e72 100644
--- a/recipes/wip/firedbg/recipe.toml
+++ b/recipes/wip/firedbg/recipe.toml
@@ -1,4 +1,4 @@
-#TODO 
+#TODO missing script to properly move the binary
 [source]
 git = "https://github.com/SeaQL/FireDBG.for.Rust"
 rev = "2c1ec30113e2a0c857a37beb4177884528ae69bc"
diff --git a/recipes/wip/flex/recipe.toml b/recipes/wip/flex/recipe.toml
index da5b01df69ab0d601b15ae56923027142221bb62..8591dd04c15ef977fd453fca57a52c02658f7cff 100644
--- a/recipes/wip/flex/recipe.toml
+++ b/recipes/wip/flex/recipe.toml
@@ -2,8 +2,4 @@
 [source]
 tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz"
 [build]
-template = "custom"
-script = """
-./autogen.sh
-cookbook_configure
-"""
+template = "configure"