From 63db5c1eeef8d5dc52d62351b93490a198857a30 Mon Sep 17 00:00:00 2001
From: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Date: Wed, 29 Nov 2023 14:39:25 +0100
Subject: [PATCH] Fix the orbutils recipes

---
 recipes/gui/orbutils-background/recipe.sh | 2 +-
 recipes/gui/orbutils-launcher/recipe.sh   | 2 +-
 recipes/gui/orbutils-orblogin/recipe.sh   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gui/orbutils-background/recipe.sh b/recipes/gui/orbutils-background/recipe.sh
index e48366097..bf281add0 100644
--- a/recipes/gui/orbutils-background/recipe.sh
+++ b/recipes/gui/orbutils-background/recipe.sh
@@ -1,4 +1,4 @@
 GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
 BINDIR=/ui/bin
-CARGOFLAGS="--bin background"
+CARGOFLAGS="--bin background -p orbutils"
 DEPENDS="orbital"
diff --git a/recipes/gui/orbutils-launcher/recipe.sh b/recipes/gui/orbutils-launcher/recipe.sh
index fddf4ab60..daf6a4f08 100644
--- a/recipes/gui/orbutils-launcher/recipe.sh
+++ b/recipes/gui/orbutils-launcher/recipe.sh
@@ -1,4 +1,4 @@
 GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
 BINDIR=/ui/bin
-CARGOFLAGS="--bin launcher"
+CARGOFLAGS="--bin launcher -p orbutils"
 DEPENDS="orbital"
diff --git a/recipes/gui/orbutils-orblogin/recipe.sh b/recipes/gui/orbutils-orblogin/recipe.sh
index 7bf9289be..a1aae4641 100644
--- a/recipes/gui/orbutils-orblogin/recipe.sh
+++ b/recipes/gui/orbutils-orblogin/recipe.sh
@@ -1,4 +1,4 @@
 GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
 BINDIR=/ui/bin
-CARGOFLAGS="--bin orblogin"
+CARGOFLAGS="--bin orblogin -p orbutils"
 DEPENDS="orbital"
-- 
GitLab