Files
RedBear-OS/recipes/core/userutils/recipe.toml
T

12 lines
247 B
TOML

[source]
path = "../../../local/sources/userutils"
[build]
template = "custom"
script = """
cookbook_cargo
cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc"
rm -f "${COOKBOOK_STAGE}/etc/motd"
ln -s id "${COOKBOOK_STAGE}/usr/bin/whoami"
"""