From c31c3f12a9bdceaa5a0c7830bfe577d3a8c3c66e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 10 Jun 2024 23:02:20 +0000 Subject: [PATCH] Try to fix a recipe --- recipes/wip/tools/tarlz/recipe.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/wip/tools/tarlz/recipe.toml b/recipes/wip/tools/tarlz/recipe.toml index 0985a0c22..85a486125 100644 --- a/recipes/wip/tools/tarlz/recipe.toml +++ b/recipes/wip/tools/tarlz/recipe.toml @@ -2,7 +2,11 @@ [source] tar = "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.25.tar.lz" [build] -template = "configure" +template = "custom" dependencies = [ "lzlib", ] +script = """ +rsync -av --delete "${COOKBOOK_SOURCE}/" +cookbook_configure +""" -- GitLab