From 2fd0fbf8beea8777f407d8f4e63226d76c88189f Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 21 Dec 2023 01:08:18 +0000 Subject: [PATCH] update recipes --- recipes/wip/firedbg/recipe.toml | 2 +- recipes/wip/flex/recipe.toml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/wip/firedbg/recipe.toml b/recipes/wip/firedbg/recipe.toml index 8ef0d28fd..005131f18 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 da5b01df6..8591dd04c 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" -- GitLab