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"