Skip to content
Snippets Groups Projects
Commit 3bd207f5 authored by Wren Turkal's avatar Wren Turkal
Browse files

Fix pciids recipe.


The wrong variable was being used in the build script.

Signed-off-by: default avatarWren Turkal <wt@penguintechs.org>
parent 7246f3e1
No related branches found
No related tags found
1 merge request!244Fix pciids recipe.
......@@ -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/"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment