From 7282e4db55098602dafb1b1f95fc310367a34000 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 12 Jun 2024 11:05:38 +0000 Subject: [PATCH] Update recipes --- recipes/wip/net/hurl/recipe.toml | 2 +- recipes/wip/net/moonfire-nvr-server/recipe.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 """