diff --git a/recipes/wip/net/hurl/recipe.toml b/recipes/wip/net/hurl/recipe.toml index b031a15f2..5bacac15d 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 a289bbe0f..3b4d5c931 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 """