From 7a5766176db856c04108d7474c1225b2a322c363 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 18 Oct 2024 08:14:31 -0600 Subject: [PATCH] pkgutils: fix recipe for rewrite --- recipes/core/pkgutils/recipe.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/core/pkgutils/recipe.toml b/recipes/core/pkgutils/recipe.toml index e222cb459..51ae456b6 100644 --- a/recipes/core/pkgutils/recipe.toml +++ b/recipes/core/pkgutils/recipe.toml @@ -2,4 +2,8 @@ git = "https://gitlab.redox-os.org/redox-os/pkgutils.git" [build] -template = "cargo" +template = "custom" +script = """ +PACKAGE_PATH=pkg-cli +cookbook_cargo +"""