diff --git a/recipes/gui/orbterm/recipe.toml b/recipes/gui/orbterm/recipe.toml index 84aefb2d9a874b881747d7ea2c1a64d793ce60a8..d2f1e3fd74c82e81bb742baf5d7066582e2dc70a 100644 --- a/recipes/gui/orbterm/recipe.toml +++ b/recipes/gui/orbterm/recipe.toml @@ -6,7 +6,7 @@ template = "custom" script = """ "${COOKBOOK_CARGO}" install \ --path "${COOKBOOK_SOURCE}" \ - --root "${COOKBOOK_STAGE}/ui" \ + --root "${COOKBOOK_STAGE}/usr" \ --locked \ --no-track \ ${install_flags} diff --git a/recipes/gui/orbutils-background/recipe.sh b/recipes/gui/orbutils-background/recipe.sh index bf281add05242b81bf1414079488de2e538c0c9a..237d8b0208e1b0a2b5e0b2ca626657a293b0b832 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 +BINDIR=/usr/bin CARGOFLAGS="--bin background -p orbutils" DEPENDS="orbital" diff --git a/recipes/gui/orbutils-launcher/recipe.sh b/recipes/gui/orbutils-launcher/recipe.sh index daf6a4f081417849400cac773184d1bd486a583f..4b4975b508afeca47b71e3ccf05accdb60b87316 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 +BINDIR=/usr/bin CARGOFLAGS="--bin launcher -p orbutils" DEPENDS="orbital" diff --git a/recipes/gui/orbutils-orblogin/recipe.sh b/recipes/gui/orbutils-orblogin/recipe.sh index a1aae4641a1580b3bc67608a3d1be248d3f46399..a7dd5f5368bb0fa569deaebd2db7d850d32e3d74 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 +BINDIR=/usr/bin CARGOFLAGS="--bin orblogin -p orbutils" DEPENDS="orbital" diff --git a/recipes/gui/orbutils/recipe.toml b/recipes/gui/orbutils/recipe.toml index 9e36357dbead604ac65c26b2b30106b8754de7c4..f284dea2a5df795863ddb715aee70a4a97b78207 100644 --- a/recipes/gui/orbutils/recipe.toml +++ b/recipes/gui/orbutils/recipe.toml @@ -9,7 +9,7 @@ ORIGINAL_SOURCE="${COOKBOOK_SOURCE}" COOKBOOK_SOURCE="${ORIGINAL_SOURCE}/orbutils" "${COOKBOOK_CARGO}" install \ --path "${COOKBOOK_SOURCE}" \ - --root "${COOKBOOK_STAGE}/ui" \ + --root "${COOKBOOK_STAGE}/usr" \ --locked \ --no-track \ ${install_flags} @@ -17,7 +17,7 @@ COOKBOOK_SOURCE="${ORIGINAL_SOURCE}/orbutils" COOKBOOK_SOURCE="${ORIGINAL_SOURCE}/calculator" "${COOKBOOK_CARGO}" install \ --path "${COOKBOOK_SOURCE}" \ - --root "${COOKBOOK_STAGE}/ui" \ + --root "${COOKBOOK_STAGE}/usr" \ --locked \ --no-track \ ${install_flags}