diff --git a/recipes/wip/net/hurl/recipe.toml b/recipes/wip/net/hurl/recipe.toml
index b031a15f24cc19dc6b38bf0c0b6486ec74985d33..5bacac15dc66e52fa74dd0c7bd790388b4165f4d 100644
--- a/recipes/wip/net/hurl/recipe.toml
+++ b/recipes/wip/net/hurl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/Orange-OpenSource/hurl"
 [build]
diff --git a/recipes/wip/net/moonfire-nvr-server/recipe.toml b/recipes/wip/net/moonfire-nvr-server/recipe.toml
index a289bbe0f7b621ce1958824e7db074e331a26191..3b4d5c9317ea8dffaea0c2285737a0f275c42ebe 100644
--- a/recipes/wip/net/moonfire-nvr-server/recipe.toml
+++ b/recipes/wip/net/moonfire-nvr-server/recipe.toml
@@ -7,6 +7,6 @@ dependencies = [
     "sqlite3",
 ]
 script = """
-cd server
+cd "${COOKBOOK_SOURCE}/server"
 cookbook_cargo
 """