mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
The wrong variable was being used in the build script. Signed-off-by: Wren Turkal <wt@penguintechs.org>
10 lines
214 B
TOML
10 lines
214 B
TOML
[source]
|
|
git = "https://github.com/pciutils/pciids.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
install -d "${COOKBOOK_STAGE}/share/misc/"
|
|
install "${COOKBOOK_SOURCE}"/pci.ids "${COOKBOOK_STAGE}/share/misc/"
|
|
"""
|