orbutils: install manifests

This commit is contained in:
Jeremy Soller 2024-04-01 08:51:44 -06:00
parent 3bfe48e377
commit 42f8282839
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

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