diff --git a/recipes/gui/orbdata/recipe.toml b/recipes/gui/orbdata/recipe.toml
index efe969adc91890fa004cce95bc92c7bc36b2d291..6ac4c937459ace448ef8ad3675fbb88eb6f7419b 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}/"
 """