mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
orbutils: install manifests
This commit is contained in:
parent
3bfe48e377
commit
42f8282839
@ -6,6 +6,9 @@ template = "custom"
|
||||
script = """
|
||||
ORIGINAL_SOURCE="${COOKBOOK_SOURCE}"
|
||||
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ui"
|
||||
cp -rv "${COOKBOOK_SOURCE}/apps" "${COOKBOOK_STAGE}/ui/apps"
|
||||
|
||||
COOKBOOK_SOURCE="${ORIGINAL_SOURCE}/orbutils"
|
||||
"${COOKBOOK_CARGO}" install \
|
||||
--path "${COOKBOOK_SOURCE}" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user