orbterm,orbutils: move binaries to /usr/bin

This commit is contained in:
Jeremy Soller 2024-01-18 14:05:58 -07:00
parent d41153c95e
commit 3d5280df40
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
5 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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}