ee1dec299d
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
231 B
TOML
14 lines
231 B
TOML
[source]
|
|
path = "source"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
set -ex
|
|
|
|
cookbook_cargo
|
|
|
|
mkdir -pv "$COOKBOOK_STAGE/usr/lib/init.d"
|
|
cp -v "$COOKBOOK_SOURCE/10_btusb.service" "$COOKBOOK_STAGE/usr/lib/init.d/10_btusb.service"
|
|
"""
|