redox/recipes/pciids/recipe.toml
Wren Turkal 3bd207f5b7 Fix pciids recipe.
The wrong variable was being used in the build script.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-07-22 23:19:14 -07:00

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/"
"""