orbdata: install to root

This commit is contained in:
Jeremy Soller 2024-10-16 17:10:09 -06:00
parent 962caa6549
commit 903bbac4a8
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -4,6 +4,5 @@ git = "https://gitlab.redox-os.org/redox-os/orbdata.git"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/ui"
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}/ui"
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}/"
"""