diff --git a/recipes/pciids/recipe.toml b/recipes/pciids/recipe.toml index dfacfc5095c0b4b3e25c35d6662fcb0ded7a51d1..3404148bc89f78be62aabb89b6b58c3130378187 100644 --- a/recipes/pciids/recipe.toml +++ b/recipes/pciids/recipe.toml @@ -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/" """