mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix pciids recipe.
The wrong variable was being used in the build script. Signed-off-by: Wren Turkal <wt@penguintechs.org>
This commit is contained in:
parent
7246f3e155
commit
3bd207f5b7
@ -5,5 +5,5 @@ git = "https://github.com/pciutils/pciids.git"
|
||||
template = "custom"
|
||||
script = """
|
||||
install -d "${COOKBOOK_STAGE}/share/misc/"
|
||||
install "${COOKBOOK_BUILD}"/pci.ids "${COOKBOOK_STAGE}/share/misc/"
|
||||
install "${COOKBOOK_SOURCE}"/pci.ids "${COOKBOOK_STAGE}/share/misc/"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user