From 903bbac4a879ef8b5443bf2ac2889f1e5458628c Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 16 Oct 2024 17:10:09 -0600 Subject: [PATCH] orbdata: install to root --- recipes/gui/orbdata/recipe.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/gui/orbdata/recipe.toml b/recipes/gui/orbdata/recipe.toml index efe969adc..6ac4c9374 100644 --- a/recipes/gui/orbdata/recipe.toml +++ b/recipes/gui/orbdata/recipe.toml @@ -4,6 +4,5 @@ git = "https://gitlab.redox-os.org/redox-os/orbdata.git" [build] template = "custom" script = """ -mkdir -pv "${COOKBOOK_STAGE}/ui" -cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}/ui" +cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}/" """ -- GitLab