mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
orbterm,orbutils: move binaries to /usr/bin
This commit is contained in:
parent
d41153c95e
commit
3d5280df40
@ -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}
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user